[ http://issues.apache.org/jira/browse/LUCENE-489?page=all ]

Steven Parkes updated LUCENE-489:
---------------------------------

    Attachment: LUCENE-489.patch

I was looking in this area (wildcard prefixes) so I figured I might as well do 
the cleanup.

Dan's patch, with newly generated javacc-3.2 files. Also added test cases, 
bothw/ and w/o wildcard prefixes enable.

Includes patches to the javacc files generated from javacc-3.2 (but see also 
LUCENE-667).

> Allow QP subclasses to support Wildcard Queries with leading "*"
> ----------------------------------------------------------------
>
>                 Key: LUCENE-489
>                 URL: http://issues.apache.org/jira/browse/LUCENE-489
>             Project: Lucene - Java
>          Issue Type: Wish
>          Components: QueryParser
>            Reporter: Peter Schäfer
>         Attachments: LUCENE-489.patch, qp.diff
>
>
> It would be usefull for some users if the logic that prevents QueryParser 
> from creating WIldcardQueries with leading wildcard characters ("?" or "*") 
> be moved from the grammer into the base implimentation of getWildcardQuery so 
> that it may be overridden in subclasses without needing to modifiy the 
> grammer directly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to