if i wanna calc it by my method, something i should notice ?
anyone did it?
--
regards
jl
Piete,
Thanks for the pointers and detailed info. Actually I'm aware of the
faceting feature. Faceting provides the ability to categorize the results
with the count for each category. However,I don't think that solves my
problem.
Let me give a more detailed example for my requirement:
Let's say
Ah. It seems that the Caps in my synonyms file are throughing off the
matches, as I convert everything to lowercase BEFORE handing it off to solr.
Ha... as I said, something obvious. :)
Thanks!
ben
bvandenbos wrote:
>
> There isn't one. I more or less copied it from
> http://wiki.apache.
Is the question whether or not you can run solr in two different servlet
containers and index into the same data set?
While we're on the topic, can you search with one and index with the other?
Or do snapshots have to be in the middle?
Lance
-Original Message-
From: LP [mailto:[EMAIL PRO
There isn't one. I more or less copied it from
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-2c461ac74b4ddd82e453dc68fcfc92da77358d46
here
Yonik Seeley wrote:
>
> On 8/7/07, bvandenbos <[EMAIL PROTECTED]> wrote:
>> I am running into a somewhat similar issue with Synonyms.
On 8/7/07, bvandenbos <[EMAIL PROTECTED]> wrote:
> I am running into a somewhat similar issue with Synonyms. I'm trying to
> create a synonym filter for common first names (ie: chuck,charles,charlie).
>
> Here is a snippet from my schema.xml:
>
>
>
>
> synonyms="/srv/solr/s
I am running into a somewhat similar issue with Synonyms. I'm trying to
create a synonym filter for common first names (ie: chuck,charles,charlie).
Here is a snippet from my schema.xml:
...
Here's a piece of my synonyms file:
Abraham,Abe,Abram,Bram
Adaline,Ada
I created a "JustSynonyms" field type that is configured to use the
WhiteSpaceTokenizer and the SynonymFilterFactory.
I think I might have cracked it:
In my synonyms.txt I now have:
Yellow, Buttermilk, Mustard, Pineapple, Straw, Sunshine
Red, Cranberry, Crimson, Dark Red, Strawberry, Scarlet
What is the fieldType of your Colour field? You must ensure that the
particular field that you are using to store Colour information is
configured to use solr.SynonymFilterFactory in your schema.xml configuration
file.
cheers,
Piete
On 07/08/07, beejenny <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
The functionality you are describing is called "Faceting" in Solr and can be
achieved with a single query, take a look at the following wiki pages for
more info:
http://wiki.apache.org/solr/SolrFacetingOverview
http://wiki.apache.org/solr/SimpleFacetParameters
In regards to faceting date fields s
Hello,
I am trying to configure some synonyms against an index of catalog products
and I can't seem to get it right.
We are indexing a field called Colour which contains the colour of a
product. Some of the values for colour are a little obscure and we'd like
to map them to more common colours.
Hi, there,
We used Solr to index a set of documents and provide free-text search
functionality with sorting options on a number of fields. We have a
requirement that along with each search result we want to obtain the ranges
of a few fields for the resulting documents. Here's an example:
Let's sa
Thanks for the reply Hoss.
I am using Solr Embedded and trying to update the same index through
multiple JVM. I am using Solr 1.2. Initially I got the
LockObtainFailedException which was solved after I appiled the Solr-240
patch. Now I am getting the following exception while trying to access the
13 matches
Mail list logo