RE: distributed architecture

2010-11-30 Thread Jayant Das
Hi, A diagram will be very much appreciated. Thanks, Jayant > From: u...@odoko.co.uk > To: solr-user@lucene.apache.org > Subject: Re: distributed architecture > Date: Wed, 1 Dec 2010 00:39:40 + > > I cannot say how mature the code for B) is, but it is not yet inclu

Re: How to Facet on a price range

2010-11-09 Thread jayant
That was very well thought of and a clever solution. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Facet-on-a-price-range-tp1846392p1869201.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Facet on a price range

2010-11-05 Thread jayant
Thank you both. Faceting is now working on a range. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Facet-on-a-price-range-tp1846392p1848716.html Sent from the Solr - User mailing list archive at Nabble.com.

How to Facet on a price range

2010-11-04 Thread jayant
I am able to facet on a particular field because I have index on that field. But I am not sure how to facet on a price range when I have the exact price in the 'price' field. Can anyone help here. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Facet-on-a-price-

Re: Does DataImportHandler support Digest authentication

2010-11-04 Thread jayant
I mean to say RESTful Apis. -- View this message in context: http://lucene.472066.n3.nabble.com/Does-DataImportHandler-support-Digest-authentication-tp1844497p1844501.html Sent from the Solr - User mailing list archive at Nabble.com.

Does DataImportHandler support Digest authentication

2010-11-04 Thread jayant
I need to connect to a RETS api through a http url. But the REST service uses digest authentication. Can I use DataImportHandler to pass the credentials for digest authentication? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Does-DataImportHandler-support-Digest-aut

Does Solr support Natural Language Search

2010-11-03 Thread jayant
Does Solr support Natural Language Search? I did not find any thing about this in the reference manual. Please let me know. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Does-Solr-support-Natural-Language-Search-tp1839262p1839262.html Sent from the Solr - User maili

How to display the synonyms

2010-11-03 Thread jayant
Hi, If the synonym.txt file define the following castle,fort I am able to match "fort" when the user wants to search for "castle". However, I would like to tell the user that "castle" is a synonym for "fort". It is for those users that may wonder why they got a different search result when they w

how to index raw data

2010-10-26 Thread jayant
Hi, I wanted to use a few fields from the dataase, but cannot use the DIH because jdbc access to the database is not allowed. We can only go thru a wrapper. As such, I would like to know how I can index the data obtained through the db wrapper, using solrJ. I would have two fields to index - id an

How to use DataImportHandler from within SolrJ

2010-10-14 Thread jayant
Hello, I am new to Solr and trying to index some data from Oracle db through the DataImportHandler. I would like to know as to how I can invoke the indexing from SolrJ and then how to search the data from SolrJ. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.c

Issue with Solr Boosting

2010-09-23 Thread Jayant Patil
found that DocFreq is manipulating the scores and hence affecting the overall boost. The no. of docs for mobile phones is much lower than that for electronics and solr is giving higher score to mobile phones for this reason. Please suggest a solution. Regards, Jayant

Re: Indexing and searching of sharded/ partitioned databases and tables

2009-10-07 Thread Jayant Kumar Gandhi
the search portion till now when I really wanted to find a particular photo :) The pk is unique across all the tables so no issues there. I think I should be able to run it off a single server at my home. Thanks and Best Regards, Jayant On Wed, Oct 7, 2009 at 4:52 AM, Shalin Shekhar Mangar wrote

Indexing and searching of sharded/ partitioned databases and tables

2009-10-07 Thread Jayant Kumar Gandhi
tc easily independent of the entity name/ datasource. For me they are all records of the same type. Thanks and Best Regards, Jayant -- www.jkg.in | http://www.jkg.in/contact-me/ Jayant Kr. Gandhi