Re: Nested table support ability

2010-06-23 Thread Govind Kanshi
Amit - unless you test it would not be apparent. Key piece is as Otis mentioned "flatten everything". This requires effort from your side to actually create documents in manner suitable for your searches. The relationship needs to be "merged" into the document. To avoid storing text representations

Re: Field Collapsing SOLR-236

2010-06-23 Thread Govind Kanshi
fieldType:analyzer without class or tokenizer & filter list seems to point to the config - you may want to correct. On Wed, Jun 23, 2010 at 3:09 PM, Rakhi Khatwani wrote: > Hi, >I checked out modules & lucene from the trunk. > Performed a build using the following commands > ant clean >

Re: Adding new elements to index

2010-07-07 Thread Govind Kanshi
Just for testing purpose - I would 1. Use curl to create new docs 2. Use Solrj to go to individual dbs and collect docs. On Wed, Jul 7, 2010 at 12:45 PM, Xavier Rodriguez wrote: > Thanks for the quick reply! > > In fact it was a typo, the 200 rows I got were from postgres. I tried to > say > t

Re: DatImportHandler and cron issue

2010-07-07 Thread Govind Kanshi
How did you verify it was not processed? Did you 1. Query for docs - with no results 2. Use Solr Admin tool? 3. Bypass data import handler and see if the doc post/commit works. On Tue, Jun 15, 2010 at 10:29 PM, iboppana wrote: > > Hi All, > > We are trying implement solr for our newspapers site

Re: Color search for images

2010-09-18 Thread Govind Kanshi
Not exactly sure how one would put context of what object is more dominant than other. Think of landscape with snow, green mountains and set of flowers of varied colors including a rose On Fri, Sep 17, 2010 at 8:43 PM, Shashi Kant wrote: > > > > What I am envisioning (at least to start) is h

Re: Searching problem

2010-11-13 Thread Govind Kanshi
You must spend time on - http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters On Sat, Nov 13, 2010 at 10:42 AM, M.Rizwan wrote: > Hi All, > > Do you have any idea that why solr search for "panasonic*" ( without > quotes ) does not match "panasonic" ? > If we search "panasonic" it match

Re: A Newbie Question

2010-11-13 Thread Govind Kanshi
Another pov you might want to think about - what kind of search you want. Just plain - full text search or there is something more to those text files. Are they grouped in folders? Do the folders imply certain kind of grouping/hierarchy/tagging? I recently was trying to help somebody who had files

Re: How to Facet on a price range

2010-11-13 Thread Govind Kanshi
Kudos to Jan's pre-compute option and gwk's range facet answer. On Wed, Nov 10, 2010 at 2:52 PM, Geert-Jan Brits wrote: > Ah I see: like you said it's part of the facet range implementation. > Frontend is already working, just need the 'update-on-slide' behavior. > > Thanks > Geert-Jan > > 2010/