On 5/31/2018 7:19 AM, servus01 wrote:
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.

If I understand this correctly, Solr won't be able to examine your custom XML to build a query.

You're going to have to do this in your own code that builds queries before they are sent to Solr.

Thanks,
Shawn

Reply via email to