PhraseQuery

2006-03-16 Thread Waleed Tayea
ingle word search string and the other morphological tokens. I just want to make it return a BooleanQuery with Boolean clauses of all tokens, each one with its own as a TermQuery. Thanks. Waleed Tayea

RE: Exact Search

2006-03-06 Thread Waleed Tayea
some sample text, the terms that are emitted by the analyzer, and a query you'd like to work? Erik On Mar 6, 2006, at 5:50 AM, Waleed Tayea wrote: > Dear All. > > How can I perform an exact search on an index constructed with a > morphological analyzer. > > >

Exact Search

2006-03-06 Thread Waleed Tayea
Dear All. How can I perform an exact search on an index constructed with a morphological analyzer. Thanks in advance Waleed,

RE: Accessing Lucene Index stored in a jar file

2006-02-18 Thread Waleed Tayea
I think you should extend the Directory class to provide a direct access to the zip file in which the index is stored, and then use that implementation with IndexWriter and IndexSearcher. Waleed Tayea -Original Message- From: Ahmed El