Hi Francois,
I am not sure I follow your case: “which are NOT part of the index”. You have 
to convert your XML doc to Solr input doc and index it in order to be able to 
search. Alternatively, you can threat entire doc as a single field and search 
it using phrase search, but that solution is limited.
Also, I am not sure I understand you query. Can you explain your intention on 
some example.

Thanks,
Emir
--
Monitoring - Log Management - Alerting - Anomaly Detection
Solr & Elasticsearch Consulting Support Training - http://sematext.com/



> On 31 May 2018, at 15:19, servus01 <francois.rein...@sportcast.de> wrote:
> 
> 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