Questions tagged [solr-query-syntax]
175 questions
0
votes
0 answers
User query operator in solr
I use solr 4.5.1
My data structure contains records and subrecords. Every record is constructed from subrecords. Exist a lot of kind of subrecords.
Exemple in XML :
10
11
…

Leonid
- 81
- 11
0
votes
2 answers
Exception as Org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to XXXX
I'm getting exception like below -
ERROR [http-bio-8085-exec-28] org.apache.solr.core.SolrCore - org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
at…

Enigma
- 749
- 1
- 13
- 35
0
votes
1 answer
Custom FunctionQuery ConstValueSource
I wrote small function query which returns constant value base on key passed in.
It works great for the first request, but when I change qk it doesn't actually return anything new because it is cached.
Is there any way to force solr not to cache…

PulsAm
- 71
- 5
0
votes
1 answer
Solr - multiple condition query
I'm using Solr and Conceptnet to try and find the relation between two concepts.
So, let's say we want to check if Hamburg is a city. My query looks like…

ioanasomi
- 3
- 1
- 3
0
votes
2 answers
Querying partial phases with solr
I have a document with persons name and I would like to return those document based on partial names, for example:
Querying: "Joseph Gar*"
Should return
Joseph Garret
Joseph Garnier
How to make that query using solr?
I have…

Marcos Sousa
- 71
- 1
- 6
0
votes
1 answer
Solr query issues
I have successfully installed “Solr 3.6” over “Tomcat” (inside a folder under C:\ I have 2 subfolders: tomcat-“tomcat” installation and solr-“solr” home). I have copied the solr folder from the “examples”. Then I tried to index data from database.…
user734094
0
votes
2 answers
Solr Query Wildcardquery in exact Searchstring
I would like to do a wildcard query with the following configuration in the schema.xml

sandrozbinden
- 1,577
- 1
- 17
- 28
0
votes
1 answer
finding matches for part words in SOLR
I have a field with value of "holmes@sible.com"
I want get back this field If I search for "sible".
I use ngrams filter, which would help only if the string was "sible@holmes.com"
Which filters/tokenizers should I use for such a thing (pretty much…

Itay Moav -Malimovka
- 52,579
- 61
- 190
- 278
-1
votes
1 answer
Solr demote all documents with condition
I want to demote all documents that have inv=0(possible values from 0 to 1000) to the end of the result set. i have got other sorting options like name desc also as part of the query.
For example below are my solr documents
Doc1 : name=apple ,…

user3085317
- 29
- 2
- 9
-1
votes
3 answers
Solr query not returning expected results
I have a solr query like: host:8983/solr/collection/select?q=propids%3A1&wt=json&indent=true
where i filter about propids: 1. The problem is when filter propids:1 and 2, i only have documents indexed with propids: 1, buuut I get all the indexed…

geryjuhasz
- 184
- 1
- 15