RE: Storing same field twice (analyzed+not-analyzed), sorting

2012-04-27 Thread Vinaya Kumar Thimmappa
Why don't you store keywords related data in keywords field which can be analyzed and other field in as it is now. So all fields for which keywords is needed, move it to keywords section -v -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, April 27,

analyzer per document

2012-02-09 Thread Vinaya Kumar Thimmappa
Hello All, I have a requirement of using different analyzer per document. How can we do this? My analyzer would be locale specific. I have a file with 10 lines, each with different language. Document would be one line and I want analyzer to be changed based on the locale of the line. Is this po

RE: [OT] editing index with Luke question

2011-12-14 Thread Vinaya Kumar Thimmappa
Hope you have write permission on this index file Vinaya -Original Message- From: Michael Südkamp [mailto:michael.suedk...@docware.de] Sent: Wednesday, December 14, 2011 3:16 PM To: java-user@lucene.apache.org Subject: [OT] editing index with Luke question Hi, I know the Luke tool for

Lucene bangalore chapter

2011-12-05 Thread Vinaya Kumar Thimmappa
is there a lucene Bangalore chapter ? -Vinaya - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

RE: need help

2011-06-21 Thread Vinaya Kumar Thimmappa
Hello Cheta, Check this site : http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/ Vinaya -Original Message- From: Marlen [mailto:zmach...@facinf.uho.edu.cu] Sent: Tuesday, June 21, 2011 7:19 PM To: java-user@lucene.apache.org Subject: need help I need to create a search engi

Japanese/Chinese language support

2011-03-28 Thread Vinaya Kumar Thimmappa
Hello All, I am looking for Japanese/Chinese stemmer . Does this exists ? do we require it ? (Analyser are already present in lucene) I did a goggle and did not find any conclusive answer. Thanks in advance vinaya - To unsub

Re: lucene3.0.3 | Special character indexing

2011-03-14 Thread Vinaya Kumar Thimmappa
Hello Ranjit, Can you use the latest luke tool ? It has analyzer section which helps in deciding which analyzer to use based on the input. Hope this helps -vinaya On Monday 14 March 2011 07:18 PM, Ranjit Kumar wrote: Hi, I am creating index using Lucene 3.0.3 *StandardAnalyzer*. when sear

Re: Indexing of multilingual labels

2011-03-14 Thread Vinaya Kumar Thimmappa
Hello Stephane, I think a better way is to have resource file with different language and store pointer in the index to get to correct resource file ( Something like I18N and L10N approach). Store the internationalised string in index and all related localised string in resource file . Thi

Re: Best practices for multiple languages?

2011-01-18 Thread Vinaya Kumar Thimmappa
I think we should be using lucene with snowball jar's which means one index for all languages (ofcourse size of index is always a matter of concerns). Hope this helps. -vinaya On Tuesday 18 January 2011 11:23 PM, Clemens Wyss wrote: What is the "best practice" to support multiple languages, i

Ui Framework for lucene

2010-12-07 Thread Vinaya Kumar Thimmappa
Hello All, is there any ui framework that exists for lucene framework. i am not looking for luke kind of tool. But more like application ready to use. "Add a config file and ui is ready to use for adding data and also search data". Thanks and Regards Vinaya