Solr query to get results based on the word length (letter count)

2010-12-22 Thread Giri
Hi, I have a solar index that has thousands of records, the title is one of the solar fields, and I would like to query for title values that are less than 50 characters long. Is there a way to construct the Solr query to provide results based on the character length? thank you very much!

Re: DataImport issue with large number of documents

2010-06-08 Thread Giri
Hi Glen, Thank you very much for the quick response, I would like to try increasing the netTimoutForStreamingResults , is that something I can do it in the MySQL side? or in the solr side? Giri On Tue, Jun 8, 2010 at 6:17 PM, Glen Newton wrote: > As the index gets larger, the underly

DataImport issue with large number of documents

2010-06-08 Thread Giri
help will be really appreciated! thanks! Giri --- WARNING: Error reading data com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.io.EOFException STACKTRACE

Indexing large Mysql table using DIH

2010-02-02 Thread Giri
HI, I have a simple MySQLtable with 12 million rows (7 columns), I have been trying to use the DIH to index all the rows, I tired using the batchSize = "25000", but DIH is failing after a while. but if I split the query with limit and offset (limit 100 offset 0), it is indexing the records pro

Re: DataImportHandler not indexing all the records

2008-11-14 Thread Giri
was no error in > between > > look at the status url and see the no:of rows returned etc. > > It gives a clue as to what would have really happened. or you can > paste your dataconfig and status xmls and we may be able to suggest > something > > On Thu, Nov 13, 2008 at 9

Re: DataImportHandler not indexing all the records

2008-11-12 Thread Giri
OTECTED]> wrote: > why is the id field multivalued? is there a uniqueKey in the schema ? > Are you sure there are no duplicates? > > look at the status host:post/dataimport gives you the status > it can give you some clue > > --Noble > > > On Wed, Nov 12, 2008 at

DataImportHandler not indexing all the records

2008-11-11 Thread Giri
Hi, I have about ~ 2 million records in a mySQL database table (about 9 fields from a single table), and I am trying to load it to the solr using DataImportHandler using the command=full-import option. it only indexed about 615360 records out of 2 millions. here is my db-data-config.xml

Re: Facet for multiple values field

2007-08-30 Thread Giri
try this and get back to you. Thanks again for the help. Giri On 8/30/07, Tom Hill <[EMAIL PROTECTED]> wrote: > > Hi - > > I wouldn't facet on a "text" field, I tend to use "string" for the reasons > you describe. e.g. Use > > stored="

Facet for multiple values field

2007-08-30 Thread Giri
Hi, I am trying to get the facet values from a field that contains multiple words, for example: I have a field "keywords" and values for this: Keywords= relative humidity, air temperature, atmospheric moisture Please note: I am combining multiple keywords in to one single field, with comma

Re: Facet fields question

2007-04-24 Thread Giri
Hi Andrew, I am having the same problem, did you firgure this out? Thanks! Giri On 3/29/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 3/29/07, Andrew Nagy <[EMAIL PROTECTED]> wrote: > however the facet > results of the 2nd string field all have the ends of the words cut

Re: Solr logo poll

2007-04-11 Thread Giri
ense of what the user community likes. A) http://issues.apache.org/jira/secure/attachment/12349897/logo-solr-d.jpg B) http://issues.apache.org/jira/secure/attachment/12353535/12353535_solr-nick.gif Just respond to this thread with your preference. -Yonik -- Giri the C Knoxville TN

faceted result

2007-03-16 Thread Giri
as in the actual response, i am getting ATMOSPHERE Any input on this will be appreciated. Thanks! Giri

Re: Faceted search/browse

2006-12-28 Thread Giri
Hi Yonik, Thanks for the information and suggestion. Do you have any simple tutorial that explains how to enable the faceted search in solr? I wouold appreciate if you point me to some resource. Thanks much On 12/28/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 12/27/06, Giri &

Faceted search/browse

2006-12-27 Thread Giri
., java, programming, object oriented), is it possible to include this field on the faceted search? or this metaKeyword needs to have only unique value per record to use a faceted? Any help in this regard is appreciated Thanks! Giri