Re: edismax and mm: strange behaviour

2015-01-10 Thread leostro
Hi Jack, I read the documentation here: http://wiki.apache.org/solr/ExtendedDisMax#mm_.28Minimum_.27Should.27_Match.29 My question is quite simple, maybe it's not clear for my poor english. As explained in the response to ahmet my goal is to get ALL and ONLY the documents that contains the two wo

Re: edismax and mm: strange behaviour

2015-01-10 Thread leostro
Hi Ahmet, I don't specify any qf in this query. Reading here (http://wiki.apache.org/solr/ExtendedDisMax#mm_.28Minimum_.27Should.27_Match.29) it seems that mm is referred to the text provided as "q" in querystring, I am wrong? Reading the doc above, my expectation is that if I specify a q value wi

edismax and mm: strange behaviour

2015-01-10 Thread leostro
Hi all I'm studying SOLR for implement it in my website. I've imported the db and I'm making some tests about edismax and mm. I'm searching for documents containing "xbox 360". - If I specifiy mm=100% (I have the same result setting default operator to "AND") SOLR give me 5 documents: [http://loc

Re: set keepword file to be used based on a field value

2014-12-22 Thread leostro
Hi Tomoko, I understand you first reply and the first hint (one field for each categoryid). I thought this was a relatively "common" scenario. I'm interested in understanding the option you are talking about in the second reply. > you can tell "which keepwords set (file) shoud be used" to custom

set keepword file to be used based on a field value

2014-12-21 Thread leostro
Hi all, I made some test and now I'm able to use keepwords for searching some common "brands" name in the docs I have in my index. I have docs with only two fields: - a title - a categoryId The tests I made right now were based on videogame related rows, so I have a keepwords.txt containing words

Re: Keepwords & DataImportHandler

2014-12-18 Thread leostro
Hi all, you are right, I was doing everything right but I wasn't using facets for seeing the result. I was mixing indexing and analysis. Now I'm working on the next problem: having keepwords that consist of more than one word... but this is another problem :) thank you all, your hints were pr

Keepwords & DataImportHandler

2014-12-17 Thread leostro
Hi all, This is my first question in this forum :D I'm trying to import documents using a DataImportHandler. The first test is to import some document having only a title, I want to import this field indexing it as a standard text type value. Moreover I'd like to