Integrate Lucene Dutchanalyzer in Solr

2006-06-21 Thread Nick Snels
Hi, I was wondering how I can get the Dutch analyzer from the Lucene sandbox integrated in Solr. Kind regards, Nick Snels

RE: Integrate Lucene Dutchanalyzer in Solr

2006-06-21 Thread Koji Sekiguchi
Hi Nick, You can specify an analyzer class at element in schema.xml. Please see the following schema.xml which uses JapaneseAnalyzer: id content This works fine for me. Hope this helps. Koji > -Original Message- > From: Nick Snels [m

Re: Duplicates in MultiValued fields

2006-06-21 Thread Mike Richmond
I want uniqueness within a single document so I'll take care of it in the client. Thanks again, Mike On 6/21/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/21/06, Mike Richmond <[EMAIL PROTECTED]> wrote: > Is there anyway to not allow duplicates inside of a mutivalued field using Solr? N

Using Lucene index in Solr

2006-06-21 Thread Tricia Williams
Hi, I was wondering if there are any major differences in building an index using Lucene and Solr. If there is no substantial differences, how would one go about using an existing index created using Lucene in Solr? Thanks, Tricia

Re: Using Lucene index in Solr

2006-06-21 Thread Yonik Seeley
On 6/21/06, Tricia Williams <[EMAIL PROTECTED]> wrote: I was wondering if there are any major differences in building an index using Lucene and Solr. If there is no substantial differences, how would one go about using an existing index created using Lucene in Solr? You can definitely do th

Re: Using Lucene index in Solr

2006-06-21 Thread Tricia Williams
So I've modified schema.xml to account for my lucene index. I've created a field type for my custom analyzer "text_lu", created fields for those in my index, and changed the defaultSearchField. The index I want to use is in the data/index folder. Now I want to use the admin page to query my

Re: Using Lucene index in Solr

2006-06-21 Thread Yonik Seeley
On 6/21/06, Tricia Williams <[EMAIL PROTECTED]> wrote: So I've modified schema.xml to account for my lucene index. I've created a field type for my custom analyzer "text_lu", created fields for those in my index, and changed the defaultSearchField. The index I want to use is in the data/index f

Custom E-mail Tokenizer

2006-06-21 Thread Mike Richmond
I have created a custom e-mail tokenizer and am trying to make e-mail addresses more searchable inside of solr (without having to rely on wildcard/prefix queries), but am running into a couple problems using it. I created a tokenizer that when given the e-mail address "java-user@lucene.apache.org

Re: Custom E-mail Tokenizer

2006-06-21 Thread Chris Hostetter
: : : : : : Try changing the fieldtype class to solr.TextField ... i've never seen anyone try to use an analyzer with StrField (if you'd asked me before you tried it, i would have guess the schema file wouldn't have even loaded properly) -Ho

Re: Custom E-mail Tokenizer

2006-06-21 Thread Mike Richmond
Worked like a champ. Thanks for the quick reply. --Mike On 6/21/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : : : : : : Try changing the fieldtype class to solr.TextField ... i've never seen anyone try to use an analyzer with StrFiel

Using Lucene index in Solr

2006-06-21 Thread Tricia Williams
Hi, I was wondering if there are any major differences in building an index using Lucene and Solr. If there is no substantial differences, how would one go about using an existing index created using Lucene in Solr? Thanks, Tricia

Secure Solr

2006-06-21 Thread Tricia Williams
Hi All, It seems to me that the way that documents are indexed and managed via Solr using http get requests leaves your index open to malicious attacks as anyone with the right syntax and some information about your index could commit changes to your index. Is there some mechanism in solr

Re: Secure Solr

2006-06-21 Thread Yonik Seeley
On 6/21/06, Tricia Williams <[EMAIL PROTECTED]> wrote: It seems to me that the way that documents are indexed and managed via Solr using http get requests leaves your index open to malicious attacks as anyone with the right syntax and some information about your index could commit changes to