Hi, I have a problem (wonder if it is possible to solve it at all) with the following query. There are documents with a field which contains a text and a number in brackets, eg.
myfield: this is a text (number) There might be some other documents with the same text but different number in brackets. I'd like to find documents with the given text say "this is a text" and "number" between A and B. Is it possible in Solr ? Any ideas ? Kind regards.