Re: Combining The results from DB and Index Regd.,

2012-11-13 Thread selvakumar netaji
es and merge the results. > Obviously it depends on your architecture, RAM and and the amount of data > you are dealing with. > > Clive > > > > ____ > From: selvakumar netaji > To: java-user@lucene.apache.org > Sent: Tuesday, November 13

Re: Combining The results from DB and Index Regd.,

2012-11-12 Thread selvakumar netaji
11-2012 4:15 selvakumar netaji wrote: > >> Hi All, >> >> >> We are using lucene for searching data from the database in our enterprise >> application. >> >> The searches would be in a single index, whose documents are indexed from >> two different

Re: Scoring based on document

2012-10-24 Thread selvakumar netaji
gt; -Siraj > (212) 306-0154 > > -Original Message- > From: selvakumar netaji [mailto:vvekselva...@gmail.com] > Sent: Tuesday, October 23, 2012 1:58 PM > To: java-user@lucene.apache.org > Cc: simon.willna...@gmail.com > Subject: Re: Scoring based on document > > Hi Al

Re: Scoring based on document

2012-10-23 Thread selvakumar netaji
Hi All, Just wanted to make sure that will approach would fails for this case. Having a copy field for each of the document, having the concatenated values of all the fields in that document and searching on the copy field would just produce the result. The resulting docs would be based on the

Re: Apache Lucene Analysis

2012-10-08 Thread selvakumar netaji
Thanks Mike. On Mon, Oct 8, 2012 at 4:30 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > On Fri, Oct 5, 2012 at 10:24 AM, selvakumar netaji > wrote: > > Hi All, > > > > > > In the TokenStreamAPI section of the analysis documentation for lucene

Re: Apache Lucene Analysis

2012-10-08 Thread selvakumar netaji
Can you please help me to sort this out. On Fri, Oct 5, 2012 at 7:54 PM, selvakumar netaji wrote: > Hi All, > > > In the TokenStreamAPI section of the analysis documentation for lucene > 4.0 beta, MyAnalyzer class is defined. > > They've added the lengthFilter in th

Re: Apache Lucene Analysis

2012-10-05 Thread selvakumar netaji
class for this tutorial, but the ambiguity is there's a length filter defined in the analysis package. Can you please correct me if I'm wrong. On Fri, Oct 5, 2012 at 5:10 PM, selvakumar netaji wrote: > Actually I'm getting results if I add it to the tokenStream instance. &g

Re: Apache Lucene Analysis

2012-10-05 Thread selvakumar netaji
Actually I'm getting results if I add it to the tokenStream instance. Can you please inform is it right? Thanks in advance. On Fri, Oct 5, 2012 at 5:02 PM, selvakumar netaji wrote: > Hi All, > > > I'm reading the docs of Apache Lucene. > > I just read through the

Re: Lucene Index File Format

2012-09-30 Thread Selvakumar
: Hi, Use IndexReader instead . You can loop through the index and read one document at a time . Thanks, Parnab On Mon, Oct 1, 2012 at 10:33 AM, Selvakumar wrote: Hi, I'm new to Lucene and I reading the docs on Lucene. I read through the Lucene Index File Format, so to exercise well

Lucene Index File Format

2012-09-30 Thread Selvakumar
Hi, I'm new to Lucene and I reading the docs on Lucene. I read through the Lucene Index File Format, so to exercise well I tried to open the lucene index through a text editor. The editor opened with the encrypted text. If I open the index directory with luke the entire index is opened but