Re: Problem with boosting function

2011-06-08 Thread Alex Grilo
t? Do I really need to use a > > dismax SearchHander (I read about it, and I don't want to search in > multple > > fields - I want to search in one field and boost in another one)? > > > Thanks in advance > > > Alex Grilo > > >

Problem with boosting function

2011-06-08 Thread Alex Grilo
one field and boost in another one)? Thanks in advance Alex Grilo

Exact match

2011-05-17 Thread Alex Grilo
Hi, Can I make a query that returns only exact match or do I have to change the fields to achieve that? Thanks in advance Alex Grilo

Re: Problem with custom Similarity class

2011-05-16 Thread Alex Grilo
The code is here: http://pastebin.com/50ugqRfA <http://pastebin.com/50ugqRfA>and my schema.xml configuration entry for similarity is: Thanks Alex On Mon, May 16, 2011 at 2:01 PM, Gora Mohanty wrote: > On Mon, May 16, 2011 at 10:04 PM, Alex Grilo wrote: > > Hi, > > I&

Problem with custom Similarity class

2011-05-16 Thread Alex Grilo
Hi, I'm new to Solr and I'm trying to use my custom Similarity class but I've not succeeded on that. I added some debug information and my class is loaded, but it is not used when queries are made. Does someone could help me? If any further information is relevant, I can provide it. Thanks in ad