delete by query don't work

2012-06-18 Thread ramzesua
Hi all. I am using solr 4.0 and trying to clear index by query. At first I use deletequery*:*/query/delete 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

sort by function problem

2011-04-06 Thread ramzesua
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 dayindent=truefl=templateSetId,score,templateSetPopularitysort=product(templateSetPopularity,query(mothers day)) desc templateSetPopularity - my

query range in multivalued date field

2011-01-27 Thread ramzesua
hi all. My query range for multivalued date field work incorrect. My schema. There is field requestDate that have multivalued attr.: fields field name=id type=string indexed=true stored=true required=true / field name=keyword type=text indexed=true stored=true / field name=count

Re: Solr -File Based Spell Check

2010-12-06 Thread ramzesua
Hi. As I know, for file based spellcheck you need: - configure you spellcheck seach component in solrconfig.xml, for example: searchComponent name=spellcheck class=solr.SpellCheckComponent lst name=spellchecker str name=classnamesolr.FileBasedSpellChecker/str str

Re: search strangeness

2010-11-30 Thread ramzesua
Here result with debugQuery: For term annual: result name=response numFound=0 start=0/ lst name=debug str name=rawquerystringannual/str str name=querystringannual/str str name=parsedquerytext:year text:twelve-month text:onceayear text:yearbook/str str name=parsedquery_toStringtext:year

Re: search strangeness

2010-11-30 Thread ramzesua
I found the problem: solr.EnglishPorterFilterFactory in the analyzer type=query 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.

search strangeness

2010-11-29 Thread ramzesua
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 fieldType name=text class=solr.TextField positionIncrementGap=100 analyzer type=index

Re: search strangeness

2010-11-29 Thread ramzesua
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 -

Re: Strange search

2010-10-27 Thread ramzesua
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.

Re: Strange search

2010-10-26 Thread ramzesua
Can anyone tell my, why my search is so terrible? It's work realy strange. Here my basic configs in schema.xml: main filters: fieldType name=text_rev class=solr.TextField positionIncrementGap=100 analyzer type=index tokenizer class=solr.WhitespaceTokenizerFactory/ filter

Re: Strange search

2010-10-26 Thread ramzesua
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