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
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
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
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
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
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
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
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