DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21150>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21150

Able to pass analyzer for IndexWriter.addDocument() method

           Summary: Able to pass analyzer for IndexWriter.addDocument()
                    method
           Product: Lucene
           Version: 1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Index
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If would be helpfull to be able to pass in an analyzer for 
IndexWriter.addDocument() method.  I am using an analyzer that
takes a Locale object so that it can index document with
different languages with the correct STOPWORDS, stemmer filter,
and lowercase rules.  Thus, when I index a list of documents
I want to be able to index based on the language of the document,
and to do that I need to pass in the languge to the Anaylzer.  So,
if I could pass in the analyzer during addDocument() that would solve
the problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to