[
https://issues.apache.org/jira/browse/SOLR-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Will Johnson updated SOLR-192:
------------------------------
Attachment: SOLR-192-functionQueries.patch
patch attached that uses the functionality from lucene instead of solr. there
were some changes in the api in the solr->lucene transition so there was one
api change to a private static method in solr.search.QueryParsing. this patch
also relies on LUCENE-989 (http://issues.apache.org/jira/browse/LUCENE-989) to
get access to field names. a future patch could then get access to the
statistics for exposing in results.
- will
> Move FunctionQuery to Lucene
> ----------------------------
>
> Key: SOLR-192
> URL: https://issues.apache.org/jira/browse/SOLR-192
> Project: Solr
> Issue Type: Improvement
> Components: search
> Reporter: Grant Ingersoll
> Attachments: SOLR-192-functionQueries.patch
>
>
> FunctionQuery is a useful concept to have in Lucene core. Deprecate the Solr
> implementation and migrate it Lucene core. Have the deprecated Solr version
> call the Lucene version.
> See https://issues.apache.org/jira/browse/LUCENE-446
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.