lucene - Complex queries with Solr 4 -
i fire complex queries in solr 4. if using lucene, can search using xml query parser , results need. however, not able see how use xml query parser in solr.
i need able execute queries proximity searches, booleans, wildcards, span or, phrases (although these can handled proximity searches).
guidance on material on how proceed welcome.
regards puneet
as far know it's still work in progress. more info can found @ jira. can of course use normal query language, it's capable of doing pretty complex things, example:
"a proximity search"~2 , *wildcards* or "a phrase"
as can see can search phrases, boolean operators (and, or, ...), span, proximity , wildcards. more information query syntax @ lucene documentation. solr added features on top of lucene query parser , more information can found @ solr wiki.
Comments
Post a Comment