Re: Filtered search for subset of ids

2009-10-22 Thread Andrea D'Ippolito
2009/10/22 Chris Hostetter > > : I need to submit a query to a subset of documents which id belong to an > : array of ids that I want to pass as parameter. > : > : for istance, something like: > : > : find_by_solr(query, id:[1,2,3,40,51,56]) > > i don't know anything baout the acts_as_solr API, b

Re: Ram Index

2009-10-22 Thread Andrea D'Ippolito
id:(20) .. )" that doesn't seem so practical to use. Thanks again ;) Andrea > > > On Oct 22, 2009, at 5:19 AM, Andrea D'Ippolito wrote: > > Does exit a corrispondence for the Lucene Ram Index in Solr? >> >> if yes, how can I use it? >> >> (do you think it fits even in acts_as_solr for Rails?) >> >> thanks >> >> Andrea >> > >

Ram Index

2009-10-22 Thread Andrea D'Ippolito
Does exit a corrispondence for the Lucene Ram Index in Solr? if yes, how can I use it? (do you think it fits even in acts_as_solr for Rails?) thanks Andrea

Filtered search for subset of ids

2009-10-15 Thread Andrea D'Ippolito
Hi everybody, I'm new here..and this is my last chance to find a solution for my problem. I'm using acts_as_solr for Ruby On Rails. I need to submit a query to a subset of documents which id belong to an array of ids that I want to pass as parameter. for istance, something like: find_by_solr(qu

Re: 'Down' boosting shorter docs

2009-10-15 Thread Andrea D'Ippolito
I've read (correct me if I'm wrong) that a solution to achieve that is overboost all the other fields. but I guess this works easily only if u have few fields indexed ;) bye 2009/10/15 Simon Wistow > Our index has some items in it which basically contain a title and a > single word body. > > If