Urgent: Facetable but not Searchable Field

2012-08-01 Thread jayakeerthi s
All, We have a requirement, where we need to implement 2 fields as Facetable, but the values of the fields should not be Searchable. Please let me know is this feature Supported in Solr If yes what would be the Configuration to be done in Schema.xml and Solrconfig.xml to achieve the same. This

Urgent:Partial Search not Working

2012-07-04 Thread jayakeerthi s
All, I am using apache-solr-4.0.0-ALPHA and trying to configure the Partial search on two fields. Keywords using to search are The value inside the search ProdSymbl is M1.6X0.35 9P and I illl have to get the results if I search for M1.6 or X0.35 (Partial of the search value). I have tried

Re: Urgent:Partial Search not Working

2012-07-04 Thread jayakeerthi s
Could anyone please reply the solution to this On Wed, Jul 4, 2012 at 7:18 PM, jayakeerthi s mail2keer...@gmail.comwrote: All, I am using apache-solr-4.0.0-ALPHA and trying to configure the Partial search on two fields. Keywords using to search are The value inside the search ProdSymbl

Re: Urgent:Partial Search not Working

2012-07-04 Thread jayakeerthi s
stemming after edge n-gram may be better. -- Jack Krupansky -Original Message- From: jayakeerthi s Sent: Wednesday, July 04, 2012 1:41 PM To: solr-user@lucene.apache.org ; solr-user-help@lucene.apache.**orgsolr-user-h...@lucene.apache.org Subject: Re: Urgent:Partial Search not Working

DIH Error in latest Nightly Builds

2009-10-08 Thread jayakeerthi s
Hi All, I tried Indexing data and got the following error., Used Solr nightly Oct5th and nightly 8th, The same Configuration/query is working in Older version(May nightly Build) The db-data-config.xml has the simple Select query SEVERE: Full Import failed

Empty results after merging index via IndexMergeTool

2009-06-25 Thread jayakeerthi s
Hi All, I am trying to merge two index using mergeindextool. The two index created using solr1.4 and fine showing results . Used the below cmd as per the http://wiki.apache.org/solr/MergingSolrIndexes#head-feb9246bab59b54c0ba361d84981973976566c2a to merge the two index java -cp

Re: Problem using db-data-config.xml

2009-06-10 Thread jayakeerthi s
Many Thanks Noble the issue was with case of the field names. After fixing that I am getting the response for the full-data import cmd as *-* http://localhost:8983/solr/dataimport?command=abort# lst name=* initArgs* *-* http://localhost:8983/solr/dataimport?command=abort# lst name=* defaults*

Problem using db-data-config.xml

2009-06-09 Thread jayakeerthi s
Hi All, I am facing an issue while fetching the records from database by providing the value '${prod.prod_cd}' in this type at db-data-config.xml. It is working fine If I provide the exact value of the product code ie '302437-413' Here is the db-data-config.xm I am using dataConfig dataSource

Regarding Delta-Import Query in DIH

2009-05-21 Thread jayakeerthi s
Hi All, I understand from the details provided under http://wiki.apache.org/solr/DataImportHandler regarding Delta-import that there should be an additional column *last_modified* of timestamp type in the table. Is there any other way/method the same can be achieved without creating the

Re: Indexing issue in DIH - not all records are Indexed

2009-05-19 Thread jayakeerthi s
I changed the UniqueKey and it worked fine.thank you very much Nobel 2009/5/18 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com the problem is that your uniquekey may not be unique just remove the entry altogether On Mon, May 18, 2009 at 10:53 PM, jayakeerthi s mail2keer...@gmail.com

Re: Indexing issue in DIH - not all records are Indexed

2009-05-18 Thread jayakeerthi s
and regards, Jay 2009/5/16 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com check out if you have a uniqueKey in your schema. I there are duplicates they are overwritten On Sat, May 16, 2009 at 1:38 AM, jayakeerthi s mail2keer...@gmail.com wrote: I am using Solr for our application with JBoss

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-18 Thread jayakeerthi s
AM, jayakeerthi s mail2keer...@gmail.com wrote: Hi All, I am trying to index the fileds from the xml files, here is the configuration that I am using. db-data-config.xml dataConfig dataSource type=FileDataSource name =xmlindex/ document name=products entity name

query regarding Indexing xml files -db-data-config.xml

2009-05-15 Thread jayakeerthi s
Hi All, I am trying to index the fileds from the xml files, here is the configuration that I am using. db-data-config.xml dataConfig dataSource type=FileDataSource name =xmlindex/ document name=products entity name=xmlfile processor=FileListEntityProcessor

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-15 Thread jayakeerthi s
to include the add? -Jay On Fri, May 15, 2009 at 12:53 PM, jayakeerthi s mail2keer...@gmail.com wrote: Hi All, I am trying to index the fileds from the xml files, here is the configuration that I am using. db-data-config.xml dataConfig dataSource type=FileDataSource name