indexing large documents problem

2002-12-11 Thread Andrey Grishin
Hello, All! When I index large document >11 symbols and then try to search using words that are in the very end of that document - can't find anything... :(( Is this a feature of Lucene or I am doing something wrong? Any help will be appretiated. Regards, Andrey Grishin

Re: problems with search on Russian content

2002-11-25 Thread Andrey Grishin
5:35 PM Subject: Re: problems with search on Russian content > Look at CHANGES.txt document in CVS - there is some new stuff in > org.apache.lucene.analysis.ru package that you will want to use. > Get the Lucene from the nightly build... > > Otis > > --- Andrey Grishin <[

problems with search on Russian content

2002-11-21 Thread Andrey Grishin
Hi All, I have a problems with searching on Russian content using lucene 1.2 I indexed the content using Cp1251 charset text = new String(text.getBytes("Cp1251")); doc.add(Field.Text(CONTENT_FIELD,text)); and I am searching using the same charset String txt = "áÎÄ"; tx