Sounds like 2 queries to me. You could do a prefix AND phrase, but that won't be exactly the same as doing a phrase query on subset of results of prefix query.
Otis --- Aaron Galea <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I have indexed my documents using a hierarchical indexing by adding a > directory field that is indexible but non-tokenized as suggested in > the FAQ. Now I want to do a search first using a prefix query and > then apply Phrase query on the returning results. Is this possible? > Can it be applied at one go? Not sure whether MultiFieldQueryParser > can be used this way. Any suggestions??? > > Thanks > Aaron > __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com -- To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:lucene-user-help@;jakarta.apache.org>
