I have a single copyfield that has a number of other fields copied to it.
I'm trying to "extract" a list of keywords and common terms. I realize it
may not be a 100% dynamic and I may need to manually filter. Right now I
tried using a CommonGrams filter. However, what I see is it creates tokens
I currently have my site setup using SOLR for some pretty simple queries and
am looking to add some additional features and was hoping to get some
guidance.
Heres my situation, for a given restaurant I have the following info:
rest name,
editorial,
list of features (e.g. Reservations, Good for Gr
Uhg... my mistake.
Thanks!
On Wed, Aug 18, 2010 at 10:22 AM, Ahmet Arslan wrote:
>> I'm trying to use a delta query to update a specific entity
>> by its
>> primary key. The URL I'm using is:
>>
>> http://localhost:8080/solr/core2/dataimport?command=delta-import&did=5&commit=true&debug=true
>>
Hi,
I'm trying to use a delta query to update a specific entity by its
primary key. The URL I'm using is:
http://localhost:8080/solr/core2/dataimport?command=delta-import&did=5&commit=true&debug=true
Where 5 is the PK.
In my db config I have:
When I run the URL above I see the f
Hi, I have 3 facet fields (A,B,C) the values of each facet field will
be shown as check boxes to users:
Field A
[x] Val1a
[x] Val2a
[] Val3a
Field B
[x] Val1b
[] Val2b
[] Val3b
Within a field if the user selects two items I want the queries to be
an "OR" query. Currently I'm generating some
g
> it
> was nice and clean.
>
> Otis
>
> Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
> Lucene ecosystem search :: http://search-lucene.com/
>
>
>
> - Original Message
>> From: Frank A
>> To: solr-user@lucene.apache.org
Is there a general best practice on whether facet fields should be on
"IDs" or "Display values"?
-Frank
Hi,
I have a db handler with the following definition:
In my schema I have:
This yields results that have a list of feature labels and a separate
list of FeatureIDs with now real connection between the two. Is the
Hi, I have an autocomplete that is currently working with an
NGramTokenizer so if I search for "Yo" both "New York" and "Toyota"
are valid results. However I'm trying to figure out how to best
implement the search so that from a score perspective if the string
matches the beginning of an entire fi
Just to confirm - does multicore sound like the right solution here?
Is it not possible to "serve" both use cases from one core?
Thanks.
On Mon, Jul 19, 2010 at 5:12 PM, MitchK wrote:
>
> Frank,
>
> have a look at Solr's example-directory's and look for 'multicore'. There
> you can see an exampl
I'm trying to follow the link below for setting up an auto complete/suggest
via NGrams:
http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/
I'm trying to do it withing a single SOLR instance, but since this index
isn't an index of the main documents
I'm still having issues - my config looks like:
However I really dont want to use CreationDate, but rather just pass in the
id (as done in the deltaImportQuery) - Can I do that directly - if so how do
I specify the value for dataimporter.delta.id?
(P.S. sorry for a new thread, I kep
I'm still pretty new to SOLR and have a question about handling updates. I
currently have a db-config to do a bulk import. I have a single root entity
and then some data that comes from other tables. This works fine for an
initial bulk load. However, once indexed, is there a way I can tell SOLR
I have a query that is not returning the results I expect - as in there are
missing results. Is there a way given an ID to the index field to dive into
how the entity is stored in the index?
Thanks.
ed features
> on
> these sites are powered by Solr. You can take a lot of cues for building
> the
> auto-complete feature, using facets, custom highlighting etc.
>
> Cheers
> Avlesh
> http://webklipper.com
>
> On Mon, Jun 7, 2010 at 6:08 AM, Frank A wrote:
>
> > H
Hi,
I'm playing with SOLR as the search engine for my local search site. I'm
primarily focused on restaurants right now. I'm working with the following
data attributes:
Name - Restaurant name
Cuisine - a list of 1 or more cusines, e.g. Italian, Pizza
Features - a list of 1 or more features - Op
Hi,
I'm new to SOLR and have some basic questions that hopefully steer me in the
right direction.
- I want my search to "auto" spell check - that is if someone types
"restarant" I'd like the system to automatically search for restaurant.
I've seen the SpellCheckComponent but that doesn't seem to
17 matches
Mail list logo