Michael McCandless created LUCENE-4623:
------------------------------------------

             Summary: facets should index drill-down fields using DOCS_ONLY
                 Key: LUCENE-4623
                 URL: https://issues.apache.org/jira/browse/LUCENE-4623
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/facet
            Reporter: Michael McCandless


Today we index as DOCS_AND_POSITIONS, which is necessary because we stuff the 
payload into one of those tokens.

If we indexed under two fields instead, then we could make the drill-down field 
DOCS_ONLY.

But ... once/if we cutover to doc values then we could use one field again.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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