python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
criteria query mongodb - spring boot - regex- pattern: start with
I have one string variable value="System.Ram.*" ,which will use to fetch any property start with System.Ram (e.g. System.Ram.dell,System.Ram.intel etc.)
I want to use something like this:
Cr...

Gopal Sakhwala
Votes: 0
Answers: 1
Best way to convert a Java string to Solr criteria query
I am not well versed in java and Solr, so apologies if this is a basic question.
I have a string that I need to convert to a Solr criteria.
String rule = "(index_key_parentcategory = \"Workw...
user3181915
Votes: 0
Answers: 0