Hi,
I was wondering how I can get the Dutch analyzer from the Lucene sandbox
integrated in Solr.
Kind regards,
Nick Snels
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
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
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
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
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
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
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
:
:
:
:
:
:
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
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
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
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
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
13 matches
Mail list logo