mainArabic Analyzer for Java - Support: sr #105329, Indexing with Lucene

 
 

sr #105329: Indexing with Lucene

Submitter:  Ibrahim <tingba>
Submitted:  Sun 30 Apr 2006 05:20:22 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Wont Do
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  Microsoft Windows
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 30 Apr 2006 05:39:56 PM UTC, comment #1: 

Please read Lucene documentation and test cases then, if your problem persists, describe it in details in the mailing-list.

For your information, you can examine what is stored (or not) in a Lucene index using Luke (http://www.getopt.org/luke/).

Pierrick Brihaye <brihaye>
Group administrator
Sun 30 Apr 2006 05:20:22 PM UTC, original submission:  

I'm trying to use the Arabic analyzer to index an Arabic file (I tried both UTF-8 and ANSI TXT files) but it seems that it didn't index the file. In addition the indexing files are approximately empty (~1 KB). I tried to search a word but it didn’t find it. I use this in the code:

IndexWriter writer = new IndexWriter(indexDir, new gpl.pierrick.brihaye.aramorph.lucene.ArabicStemAnalyzer(), true);

I'm using lucene 1.9.1

If anyone can help me.
Thanks in advanced.

Ibrahim <tingba>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2006-04-30 brihaye StatusNone Wont Do

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code