limit the search results to one category

2010-12-14 Thread sara motahari
Hi all, I am using a dismax request handler with vrious fieds that it searches, but I also want to enable the users to select a category from a drop-down list and only get the results that belong to that category. It seems I can't use a nested query with dismax as the first one and standard as

Re: limit the search results to one category

2010-12-14 Thread sara motahari
I guess so. I didn't know I could use it with dismax I'll try. thanks Ahmet. From: Ahmet Arslan iori...@yahoo.com To: solr-user@lucene.apache.org Sent: Tue, December 14, 2010 5:42:51 PM Subject: Re: limit the search results to one category I am using a dismax

Viewing query debug explanation with dismax and multicore

2010-12-10 Thread sara motahari
Hi All, I am trying to debug my queries and see how scoring is done. I have 6 cores and send the quesy to 6 shards and it's dismax handler (with search on various fields with different boostings). I enable debug, and view source but I'm unable to see the explanations. I'm returning ID and

Re: own way synonyms

2010-11-23 Thread sara motahari
I think you can do this by THISKEYWORD = word1,word2,word3,word4 you can try it and then see if it work by analysing it on the analyzer tab on the admin page. From: solruser2010 basement_add...@yahoo.com To: solr-user@lucene.apache.org Sent: Tue, November 23,

What tokenizer is good for breaking host names

2010-11-22 Thread sara motahari
Hello Solr community, I have a host field in my documents which keep the host from which the page was crawled. for example, yahoo.com, or sports.yahoo.com. I want this field to be searchable so if I search yahoo, I can find sports.yahoo.com. I have used these tokenizers and it does not work: