Hello, I am making an application that makes queries to solr. But I still can not figure out what the querys syntax is.
I have a field that is a string. I want to do 3 operations. 1 - Search for a subtring, an exact expression in the string. Same as "" google search operator. Example: search "beautiful day" in field 2 - Search in a field that represents one url per domain, given a domain return all the url of that domain. Is it possible to use regex? Example: search "google.com" in field 3-Search if two multiplied fields are within a range of values (floats) Example: search if result of the multiplication between 1500 and 2000 Can you give ideas to execute these 3 queries? Thanks for listening -- View this message in context: http://lucene.472066.n3.nabble.com/Search-substring-in-field-tp4333553.html Sent from the Solr - User mailing list archive at Nabble.com.