Can anyone tell my, why my search is so terrible? It's work realy strange.
Here my basic configs in schema.xml:
main filters:
and fields:
Try to do some changes, but it's not help:
In _http://localhost:8983/search/admin/schema.jsp I have, for example, term
"main" and frequency "7" for this term. But if I try to find this I don't
get any result. If I use wildcard, I have only 4 docs in response.
But if I try to find term "html" (fre
Can anyone give me working schema.xml and solrconfig from own project?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Strange-search-tp998961p1778760.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi all. I am using solr 4.0 and trying to clear index by query. At first I
use *:* with commit, but index is still not
empty. I tried another queries, but it not help me. Then I tried delete by
`id`. It works fine, but I need clear all index. Can anyone help me?
--
View this message in context:
Hi all. I have a little question. Can anyone explain, why this solr search
work so strange? :)
For example, I make schema.xml:
I add some fields with fieldType = text. Here 'text' properties
Hi, Erick. There is defaultSearchField in my schema.xml. Can you give me your
example of configure for text field ?(What filters do you use for index and
for query)
--
View this message in context:
http://lucene.472066.n3.nabble.com/search-strangeness-tp1986895p1989466.html
Sent from the Solr -
Here result with &debugQuery:
For term annual:
annual
annual
text:year text:twelve-month text:onceayear
text:yearbook
text:year text:twelve-month text:onceayear
text:yearbook
LuceneQParser
63.0
For term welcome:
welcome
welcome
text:welcom
text:welcom
I found the problem: solr.EnglishPorterFilterFactory in the form that parsedquery.
--
View this message in context:
http://lucene.472066.n3.nabble.com/search-strangeness-tp1986895p1991321.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi. As I know, for file based spellcheck you need:
- configure you spellcheck seach component in solrconfig.xml, for example:
solr.FileBasedSpellChecker
file
spellings.txt
UTF-8
./spellcheckerFile
- then you must get or form spell
hi all. My query range for multivalued date field work incorrect.
My schema. There is field "requestDate" that have multivalued attr.:
Some data from the index:
2.0
sale
11
sale
2011-01-26T08:18:35Z2011-01-27T01:31:28Z
3.0
coldpop
111
I try to use sort by function in a new release of SOLR 3.1, but I have some
problems, for example:
http://localhost:8983/new_search/select?q=mothers
day&indent=true&fl=templateSetId,score,templateSetPopularity&sort=product(templateSetPopularity,query(mothers
day)) desc
templateSetPopularity - my fi
11 matches
Mail list logo