Questions tagged [solr-search]

34 questions
0
votes
1 answer

Solr search : count of matching multivalued field with search query

Let say below are my documents in solr [{"url": "/buy/1/", "items": ["i_123", "i_1234", "i_12345", "i_12346"]}, {"url": "/buy/2/", "items": ["i_123", "i_1234", "i_12346"]}, {"url": "/buy/3/","items": ["i_123", "i_12346"]}, {"url":…
Raj
  • 313
  • 2
  • 9
0
votes
1 answer

how to add existing core to the solr search in local

How to add core in the local machine which is configured on the server? I moved my core under "solr" directory but is not visible in solr panel (localhost:8983). When I try to create a new one with the same name I got an error that core already…
0
votes
2 answers

Could Solr search contains wildcard in key?

I have a json block saved as one document in solr, { "internal":... "internet":... "interface":... "noise":... "noise":... } Could I seach as " inter*:* "? I want to find out all content with key start with…
Neil
  • 2,714
  • 11
  • 29
  • 45
0
votes
1 answer

Solr search results changes when query terms are jumbled up

I have indexed a file with fields - Content (type :text_general, uninvertible :false, indexed :true, stored :true) Category (type :text_general, uninvertible :false, indexed :true, stored :true) Title (type :text_general, uninvertible :false,…
atinjanki
  • 483
  • 3
  • 13
1 2
3