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

How about this one?  -FIELD:prefix +FIELD:prefix?*

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