Sorry Hoss, yes the individual items are documented but if you are ever searching for the answer to the question that Toke was asking, you'd spend a very long time before arriving at the answer. Also, the docs for "field" function query say that it is for numerics but it works great with strings too. It probably won't work with multi-valued (I haven't tried them). Ideally, we should have this tip in the DocValues page of the reference guide.
On Tue, Mar 3, 2015 at 1:56 AM, Chris Hostetter <[email protected]> wrote: > > : Hmm, this is indeed not documented. I'll fix. > > It's definitely documented... > > > https://cwiki.apache.org/confluence/display/solr/Transforming+Result+Documents > > https://cwiki.apache.org/confluence/display/solr/Function+Queries#FunctionQueries-UsingFunctionQuery > > https://cwiki.apache.org/confluence/display/solr/Function+Queries#FunctionQueries-AvailableFunctions > > ...the problem is it's specifically tied to the use of function queries, > and won't work very nicely for non-numerics of multivalued fields. > > What would be nice is to have an explicit [field] transformer like what i > proposed here, that included a localparam option to use DocValues instead > of Stored Fields... > > > https://issues.apache.org/jira/browse/SOLR-7070?focusedCommentId=14305965&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14305965 > > > -Hoss > http://www.lucidworks.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Regards, Shalin Shekhar Mangar.
