Re: Dismax: Impossible to search for a _phrase_ in tokenized and untokenized fields at the same time

2009-10-22 Thread Alex Baranov
hossman wrote: > > If you just want the full input string passed to the analyzer of each qf > field, then you just need to quote the entire string (or escape every > shitespace charter in the string with a backslash) so that the entire > input is considered one chunk -- but then you don't ge

Re: Dismax: Impossible to search for a _phrase_ in tokenized and untokenized fields at the same time

2009-10-13 Thread Alex Baranov
Thank you for the the explanation. Let's say product_name_un is not untokenized, but it is tokenized with: and the user enters "blue car, big wheels". I want search to be applied to both fields: product_name and product_name_un with greater boost factor for product_name_un. So that if there are

Re: Dismax: Impossible to search for a _phrase_ in tokenized and untokenized fields at the same time

2009-10-10 Thread Alex Baranov
arameter. > It's not good for me unfortunately, but thanks for the suggestion. Alex Baranov. On Sat, Oct 10, 2009 at 3:01 PM, Yonik Seeley wrote: > On Sat, Oct 10, 2009 at 6:34 AM, Alex Baranov > wrote: > > > > Hello, > > > > It seems to me that there is no w

Dismax: Impossible to search for a _phrase_ in tokenized and untokenized fields at the same time

2009-10-10 Thread Alex Baranov
Hello, It seems to me that there is no way how I can use dismax handler for searching in both tokenized and untokenized fields while I'm searching for a phrase. Consider the next example. I have two fields in index: product_name and product_name_un. The schema looks like:

Re: slow response

2009-09-09 Thread Alex Baranov
Please, take a look at http://issues.apache.org/jira/browse/SOLR-1379 Alex. On Wed, Sep 9, 2009 at 5:28 PM, Constantijn Visinescu wrote: > Just wondering, is there an easy way to load the whole index into ram? > > On Wed, Sep 9, 2009 at 4:22 PM, Alex Baranov >wrote: > >

Re: slow response

2009-09-09 Thread Alex Baranov
into RAM. It worked well for me on the project with 140+ million documents and 30 concurrent user requests per second. If your index can be placed in RAM you can reduce the architecture complexity. Alex Baranov On Wed, Sep 9, 2009 at 5:10 PM, Elaine Li wrote: > Hi, > > I have 20 millio