Finding Keywords/Phrases

2011-06-12 Thread Frank A
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

Solr indexing questions

2011-06-11 Thread Frank A
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

Re: Help Debugging Delta Query

2010-08-18 Thread Frank A
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 >>

Help Debugging Delta Query

2010-08-18 Thread Frank A
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

How to "OR" facet queries

2010-08-11 Thread Frank A
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

Re: Facet Fields - ID vs. Display Value

2010-08-09 Thread Frank A
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

Facet Fields - ID vs. Display Value

2010-08-09 Thread Frank A
Is there a general best practice on whether facet fields should be on "IDs" or "Display values"? -Frank

Schema Definition Question

2010-08-08 Thread Frank A
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

Scoring Search for autocomplete

2010-07-23 Thread Frank A
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

Re: Autocomplete with NGrams

2010-07-19 Thread Frank A
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

Autocomplete with NGrams

2010-07-19 Thread Frank A
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

Delta Import by ID

2010-07-08 Thread Frank A
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

Handling Updates

2010-07-07 Thread Frank A
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

Debugging Queries

2010-06-25 Thread Frank A
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.

Re: solr configuration for local search

2010-06-07 Thread Frank A
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

solr configuration for local search

2010-06-06 Thread Frank A
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

Some basics

2010-06-02 Thread Frank A
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