, 2004 6:30 AM
> To: Lucene Users List
> Subject: Re: Question about multi-searching [re-post]
>
>
> On Nov 22, 2004, at 9:18 AM, Cocula Remi wrote:
> >> (First of all : what is the plurial of index in english ; indexes
or
> >> indices ?)
>
&
On Nov 22, 2004, at 9:18 AM, Cocula Remi wrote:
(First of all : what is the plurial of index in english ; indexes or
indices ?)
We used "indexes" in Lucene in Action. Its a bit ambiguous in English,
but indexes sounds less formal and is acceptable.
For that, I parse a new query using QueryParse
> Hi,
>
> (First of all : what is the plurial of index in english ; indexes or indices
> ?)
>
>
> I want to search into several indexes (indices ?).
> For that, I parse a new query using QueryParser or MultiFieldQueryParser.
> Then I search my indexes using the MultiSearcher class.
>
> Ok,