Re: Computing Results So That They are Returned in Search Results

2013-10-30 Thread Alejandro Calbazana
gt; > > > Flesh out an example of exactly what you want. > > > > -- Jack Krupansky > > > > -Original Message- > > From: Alejandro Calbazana > > Sent: Wednesday, October 30, 2013 12:46 PM > > To: solr-user@lucene.apache.org > > Subject: Re: Com

Re: Computing Results So That They are Returned in Search Results

2013-10-30 Thread Upayavira
u want. > > -- Jack Krupansky > > -Original Message- > From: Alejandro Calbazana > Sent: Wednesday, October 30, 2013 12:46 PM > To: solr-user@lucene.apache.org > Subject: Re: Computing Results So That They are Returned in Search > Results > > Sounds really close to what

Re: Computing Results So That They are Returned in Search Results

2013-10-30 Thread Jack Krupansky
example of exactly what you want. -- Jack Krupansky -Original Message- From: Alejandro Calbazana Sent: Wednesday, October 30, 2013 12:46 PM To: solr-user@lucene.apache.org Subject: Re: Computing Results So That They are Returned in Search Results Sounds really close to what I'm lookin

Re: Computing Results So That They are Returned in Search Results

2013-10-30 Thread Alejandro Calbazana
Sounds really close to what I'm looking for, but this sounds like it would result in a new field on a document (or a new value for a field defined to hold the result of a function). Would it be possible for a function query to produce a new document so that I can associate the computed value with

Re: Computing Results So That They are Returned in Search Results

2013-10-30 Thread Jack Krupansky
You could create a custom "value source" and then use it in a function query embedded in your return fields list (fl). So, the function query could use a function (value source) that takes a field, fetches its value, performs some arbitrary calculation, and then returns that value. fl=id,nam