On 1/21/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
Another syntax option... something like

!term:myfield:my unescaped value all as a singe term
#term:
%term:
@term:

(basically, find a prefix that would be unlikely to appear as an
actual term or wildcard in lucene queryparser syntax)

More brainstorming... use same char on both sides for simplicity, and
avoid the ':' char because it's so common in lucene syntax (just for
aesthetics... it's not ambiguous).

!term!myfield:foo
|term|myfield:foo

-Yonik

Reply via email to