public class LuceneSyntaxQuery extends SearchServerQuery
A query formulated in the Lucene query syntax.
This is the most generic query type, using a query syntax parser in the search server, and can be used with the common Solr query facilities and with the ElasticSearch query string query type.
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html,
http://www.solrtutorial.com/solr-query-syntax.html| Modifier and Type | Field and Description |
|---|---|
String |
analyzer |
String |
defaultField |
String |
query |
boost| Constructor and Description |
|---|
LuceneSyntaxQuery() |
Copyright © 2017 JULIE Lab, Germany. All rights reserved.