Hi Erick,
Sure thing.
I have a document schema where I put the sentences of that document in a
multivalued field "sentences".
I search that field in a query but get back the document results, naturally.
I then need to further find which exact sentences matched the query (for
each document result)
and then do my own paging since I am only returning pages of sentences
and not the whole document.
(i.e. I don't want to page the document results).
Does this make sense? Or is there a better way Solr can accomodate this?
Much appreciated.
Darren
On 08/25/2011 07:24 PM, Erick Erickson wrote:
Hmm, I don't quite understand what you want. An example
or two would help.
Best
Erick
On Thu, Aug 25, 2011 at 12:11 PM, Darren Govoni<dar...@ontrenet.com> wrote:
Hi,
Is it possible to construct a query in Solr where the paged results are
matching multivalued fields and not documents?
thanks,
Darren