2013-04-24 28 views
0

虽然我试图索引页,我在Solr管理屏幕得到错误Solr的索引TYPO3的给错误

 
===================================================== 
`11:20:50 SEVERE SolrCore org.apache.solr.common.SolrException: ERROR: [doc=f6baa2fb88804967909bd23e6e25f770facd1cce/pages/1608/0/0/0] unknown field 'site' 
11:20:51 WARNING  XMLLoader Unknown attribute id in add:allowDups 
11:20:51 WARNING  XMLLoader Unknown attribute id in add:overwritePending 
11:20:51 WARNING  XMLLoader Unknown attribute id in add:overwriteCommitted 
11:20:51 SEVERE SolrCore org.apache.solr.common.SolrException: ERROR: [doc=f6baa2fb88804967909bd23e6e25f770facd1cce/pages/1607/0/0/0] unknown field 'site' 
11:33:31 SEVERE SolrCore org.apache.solr.common.SolrException: undefined field type 
11:33:31 SEVERE SolrCore org.apache.solr.common.SolrException: Unknown commit parameter 'waitFlush'` 
===================================================== 

的TYPO3开发者日志显示以下内容:

 
==================================================== 

    /opt/lampp/steriauk/typo3conf/ext/solr/classes/indexqueue 
    /class.tx_solr_indexqueue_pageindexer.php 

    tx_solr_indexqueue_Item Object 
    (
    [indexQueueUid:protected] => 45992 
    [rootPageUid:protected] => 1 
    [type:protected] => pages 
    [indexingConfigurationName:protected] => pages 
    [changed:protected] => 1366715241 
    [indexingProperties:protected] => Array 
    (
    ) 

    [indexingPropertiesLoaded:protected] => 1 
    [hasIndexingProperties:protected] => 
    [recordUid:protected] => 209 
    [record:protected] => Array 
    (
    [uid] => 209 
    [pid] => 205 
    [t3ver_oid] => 0 
    [t3ver_id] => 0 
    [t3ver_wsid] => 0 
    [t3ver_label] =>` 
==================================================== 

我已经配置根据typo3管理员的“状态报告”页面,solr扩展和设置看起来不错,但出现错误并且没有任何索引。

有人可能会建议如果有什么我缺少设置solrconfig.xml和schema.xml文件。实际上这些位于我的solr home,位于'/var/solr../../example/solr/collection1/conf'和'/opt/lampp/htdocs/../../ext/../ solr/resources/conf /'。我对使用哪些配置以及typo3中的solr扩展如何通过tomcat与solr搜索引擎对话感到困惑。

我使用:

SOLR 4.2.0 Solr的扩展2.8.2 LAMPP:1.8.1 的Tomcat 6

请让我知道如果你需要任何其他信息,我是新来的这些技术需要紧急设置。

在此先感谢

回答