Hey,

digging the web for a while now to find a solution due to a complex search
string.

what i've got:

xml file with a date/description fields which are not part of the index:

(start-date-time="2018-04-01T18:00:00.000+02:00" code-name="MD 28")
(start-date-time="2018-04-07T15:00:00.000+02:00" code-name="MD 29")
(start-date-time="2018-04-12T18:30:00.000+02:00" code-name="MD 30")

what i want to have is a query string which checks the xml document against
the actual date to query my solr search like this:

select?q=*Goals*&fq=roundTypeWithIndex%3A*insert actual/latest MD
here*&wt=json&indent=true&start=0&rows=50&facet=true

Is there any kind of possibility to do this by solr itself or i would really
appriciate any kind of solution on this.

Thanks

Francois



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to