You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by aslam bari <ia...@yahoo.co.in> on 2006/08/03 13:34:53 UTC

LuceneIndexer is not working

Hello All,
  I am using slide2.1, and now want to attach lucene. I enable the
lucene in slide but indexes are not generated. Exceptions is coming
 while using LuceneIndexer.
   
  Does LuceneIndexer not work in Slide2.1. If not then how can i use Indexer to search resources?
  <ContentIndexer class="org.apache.slide.index.LuceneIndexer">
  ...........
  </ContentIndexer>
   
  Help Plz.


 				
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 

RE: LuceneIndexer is not working

Posted by Aslam Bari <ia...@yahoo.co.in>.
Hello Daren,

Now i am using following syntax in slide2.2 domain.xml.
<propertiesindexer
classname="org.apache.slide.index.lucene.LucenePropertiesIndexer">
<parameter name="indexpath">${slidestore}/index_meta</parameter>
<configuration name="indexed-properties"> 
<property name="displayname" namespace="DAV:"> 
<text analyzer="org.apache.lucene.analysis.WhitespaceAnalyzer"/> 
<is-defined/> 
</property> 
</configuration> 
</propertiesindexer> 



And Extractor :-

<extractor classname="org.apache.slide.extractor.TextContentExtractor"
uri="/files/spaces"> 
</extractor> 
<extractor classname="org.apache.slide.extractor.XmlContentExtractor"
uri="/files/spaces"> 
</extractor> 
<extractor classname="org.apache.slide.extractor.MSWordExtractor"
uri="/files/spaces"> 
</extractor> 
<extractor classname="org.apache.slide.extractor.MSExcelExtractor"
uri="/files/spaces"> 
</extractor> 
<extractor classname="org.apache.slide.extractor.MSPowerPointExtractor"
uri="/files/spaces"> 
</extractor> 
<extractor classname="org.apache.slide.extractor.PDFExtractor"
uri="/files/spaces"> 
</extractor> 


Problem:-

sotre/index_metadat contains many index files. but store/index_content
contains only one Segment File. What i am missing.
-- 
View this message in context: http://www.nabble.com/LuceneIndexer-is-not-working-tf2045097.html#a5661588
Sent from the Jakarta Slide - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org