Re: Questions about facets?

2007-02-05 Thread rubdabadub
Please ignore the questions. I have found my answer. One must use field type = string then it works. i.e. "plasma tv" Thanks. On 2/6/07, rubdabadub <[EMAIL PROTECTED]> wrote: Hi list: I am trying to understand facets. I have read the wiki pages. Am I correct to say - A facet field must be def

[solrb] Win32 Functional Tests and patches...

2007-02-05 Thread Mel Riffe
Howdy everyone, I have a first pass at getting the test server to come up in a win32 environment. So I would like to know how to submit a patch. Right now I have two failing tests and would welcome any advice/suggestions to aid in debugging the problems. Here is the output of rake test: rm -r

Re: Spelling

2007-02-05 Thread Michael Kimsal
Thanks Erik. That worked, then threw me for another loop, which I sort of have fixed I think. I'm using the highligher functionality, but it doesn't seem to highlight the 'matched' word if it's a partial match, although it does in fact return that record. Am I missing something obvious here, or

Questions about facets?

2007-02-05 Thread rubdabadub
Hi list: I am trying to understand facets. I have read the wiki pages. Am I correct to say - A facet field must be defined xxx_facet? - If I have the following data under xxx_facet i.e monitor, tv, plasma tv, lcd tv .. will the facets will be (Thinking about the wiki example)

Re: Spelling

2007-02-05 Thread Erik Hatcher
On Feb 5, 2007, at 3:21 PM, Michael Kimsal wrote: I've looked through the archives but don't see any specific issue relating to my question. Is there a way to have SOLR return partial matches - words that are one (or two or X) letters off the matching word? A search for 'field' would als

Re: performance testing practices

2007-02-05 Thread Yonik Seeley
On 2/5/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: The facets are bibliographic metadata about library holdings, such as genre, subject, format, published date (year), and others. Basically an open source think like this:

Spelling

2007-02-05 Thread Michael Kimsal
I've looked through the archives but don't see any specific issue relating to my question. Is there a way to have SOLR return partial matches - words that are one (or two or X) letters off the matching word? A search for 'field' would also return 'feeld' (typo) for example. -- Michael Kimsal h

Re: performance testing practices

2007-02-05 Thread Erik Hatcher
On Feb 5, 2007, at 11:15 AM, Yonik Seeley wrote: On 2/5/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: This week I'm going to be incrementally loading up to 3.7M records into Solr, in 50k chunks. I'd like to capture some performance numbers after each chunk to see how she holds up. What numbers

Re: performance testing practices

2007-02-05 Thread Yonik Seeley
On 2/5/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: This week I'm going to be incrementally loading up to 3.7M records into Solr, in 50k chunks. I'd like to capture some performance numbers after each chunk to see how she holds up. What numbers are folks capturing? What techniques are you using

Re: TOKENIZED/UN_TOKENIZED

2007-02-05 Thread Sergey Polzunov
Thank you. I've miss that schema structure when reading wiki - I'll look closer on it On 2/5/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 2/5/07, Sergey Polzunov <[EMAIL PROTECTED]> wrote: > main question is - Is there are opportunity to set TOKENIZED/UN_TOKENIZED > or Indexed/Stored/Unstore

Re: performance testing practices

2007-02-05 Thread Burkamp, Christian
Hi there, I am working on some performance numbers too. This is part of my evaluation of solr. I'm planning to replace a legacy search engine and have to find out if this is possible with solr. I have loaded 1,1 million documents into solr by now. Indexing speed is not a big concern for me. I h

Re: TOKENIZED/UN_TOKENIZED

2007-02-05 Thread Yonik Seeley
On 2/5/07, Sergey Polzunov <[EMAIL PROTECTED]> wrote: main question is - Is there are opportunity to set TOKENIZED/UN_TOKENIZED or Indexed/Stored/Unstored flags in "add" operation? All that is controlled by the schema and is not explicitly included in the XML messages. -Yonik

TOKENIZED/UN_TOKENIZED

2007-02-05 Thread Sergey Polzunov
Hello all I can't find a good tutorial about update operations (wiki page from solr wiki is very small). main question is - Is there are opportunity to set TOKENIZED/UN_TOKENIZED or Indexed/Stored/Unstored flags in "add" operation? it would be great if you propose some links or manuals with ful

RE: Custom Tokenizer

2007-02-05 Thread Smith,Devon
Yes, this is with the Jetty that comes with Solr. Right now I'm just familiarizing myself with everything. smithde ~>uname -a Linux smithde 2.6.19-ARCH #1 SMP PREEMPT Thu Jan 11 20:08:17 CET 2007 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux smithde ~>java -version java vers

RE: Custom Tokenizer

2007-02-05 Thread Smith,Devon
Based on Erik's suggestion, this is exactly what I did and it worked. Good to know for the future that the solr/lib thing is working yet. /dev -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Saturday, February 03, 2007 11:19 AM To: sol

Re: performance testing practices

2007-02-05 Thread Bertrand Delacretaz
On 2/5/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: ...What numbers are folks capturing? What techniques are you using to capture numbers?... I've been using my httpstone utility (http://code.google.com/p/httpstone/) along with ab (http://httpd.apache.org/docs/2.2/programs/ab.html) to generate

performance testing practices

2007-02-05 Thread Erik Hatcher
This week I'm going to be incrementally loading up to 3.7M records into Solr, in 50k chunks. I'd like to capture some performance numbers after each chunk to see how she holds up. What numbers are folks capturing? What techniques are you using to capture numbers? I'm not looking for any