Re: Indexing question

2006-06-09 Thread Erick Erickson
Couple of things. 1> you can use a different analyzer to NOT remove stopwords. SimpleAnalyzer comes to mind (though watch out for case). Look at LuceneInAction for an explanation of several analyzers that are available. 2> If memory servers, Lucene defaults to indexing only the first 10,000 word

Indexing question

2006-06-09 Thread manumohedano
Hi All! I have a trouble... When I index text documents in english, there is no problem, buy when I index Spanish text documents (And they're big), a lot of information form the document don't become Indexed (I suppose it is due to the Analyzer). Howewer I want to Index ALL the strings in the docum