incorrect doc description of fielded query syntax
-------------------------------------------------

                 Key: LUCENE-1765
                 URL: https://issues.apache.org/jira/browse/LUCENE-1765
             Project: Lucene - Java
          Issue Type: Bug
          Components: Other
    Affects Versions: 2.4.1
         Environment: lucene.apache.org docs
            Reporter: solrize
            Priority: Minor


http://lucene.apache.org/java/2_4_1/queryparsersyntax.html#Fields says:

  You can search any field by typing the field name followed by a colon ":" and 
then the term you are looking for. 

This is slightly incomplete since the stuff after the fieldname can be a more 
complex query, not necessarily a term.  For example, 

title:(do it right)

seems to work when I tried it.  It would be good if the doc was updated to 
describe the syntax exactly.

Also, "documentation" should be one of the components selectable in bug reports.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to