Paul,
Here’s how I experimented with your example using Solr 5, using your data
literally:
bin/solr start
bin/solr create -c sections
bin/post -c sections sections.cv
sections.csv
id,document_id,section,content_t
A-0,A,0,apples oranges bananas pears
A-1,A,1,apples oranges
B-0,B,0,ap
Dear SOLR users,
I've found some facet postings and Erik's old slides Venn diagram slides but
still can't figure out the query to do the following.
"Find the Document_IDs where the word apples is mentioned in both
fields (each has its own unique ID )"
An example XML is listed below. In this