hello,

I'm trying to programmatically create a query but don't get it working.

The query should return all results that match some prefix, but not any
results that /exactly/ match the prefix (in the same field). So only the
results where the field contents are longer than the prefix.

I tried this:

-FIELD:prefix +(FIELD:prefix*)

but it doesn't work.

Any help greatly appreciated,

kind regards,
Heikki Doeleman

--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-construct-this-query-tp3806767p3806767.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to