Re: NewBie:- Which Analyzer is best for Text and Number Indexing

2006-12-29 Thread Erick Erickson
Assuming that you are indexing these in different fields in your Lucene document, you can use a PerFieldAnalyzerWrapper to use different analyzers for each field. Be sure you carefully coordinate the analyzer you use for indexing with the one you use for searching or your results will not be what

NewBie:- Which Analyzer is best for Text and Number Indexing

2006-12-29 Thread aslam bari
Hello All, I m new to Lucene and want to know which anayzer to use for indexing the Text and Numbers as well. But here is a problem. I have a xml file which has text and numbers in values. I want to index some(special) nodes value with [text and Numbers] but don't need all of the nodes to come