Hello all,
I was wondering If you all can help me with the following. Is it possible to filter search queries using wild cards. Here is what I am thinking.. >From Solr admin's full search interface I can enter the following into "Filter Query" text box to filter the results Ex: queue:"myqueue" Will return all the documents in the index where the field "queue" has the value "myqueue" Can I take the same approach but using wild card filter term such as the following. Ex:queue: "%my%" I am guessing the wild card syntax above to convey the point. Is this possible and if it is what is the correct syntax? In addition, does it work on all fields including fields such as the unique key field etc? Thanks in advance for your help Raj