Hi all,
I'm configuring solr to index some documents. I index these fields: aaa/1.0/sample-1 When I search for 'aaa/1.0/sample-1word' or 'wordaaa/1.0/sample-1' solr doesn't find any document. If I search for 'aaa/1.0/sample-1' or a substring of 'aaa/1.0/sample-1' I obviously get results. Is there any configuration or search methods to have the 'aaa/1.0/sample-1word' or 'wordaaa/1.0/sample-1' return a valid document results? Thanks Sam