Issue with Java Client code

2009-01-05 Thread Kalidoss MM
Hi, We have created a Java EmbeddedSolrServer Client Code, I can able to add, delete, update the Solr content - At the same time i cant able to search the updated conente from the Running Solr client(jetty) web interface. My requirement is, All search need to happen from/by running web S

Re: Issue with Java Client code

2009-01-05 Thread Kalidoss MM
, Erik Hatcher wrote: > > On Jan 5, 2009, at 7:33 AM, Kalidoss MM wrote: > >> We have created a Java EmbeddedSolrServer Client Code, I can able to >> add, delete, update the Solr content - At the same time i cant able to >> search the updated conente from the Run

Does search query return specific result.?

2009-01-08 Thread Kalidoss MM
Hi, We are trying to implement an auto-suggest feature in our application that uses Solr as the core engine for search. The XML is structured as follows: QLrKnirLDEo9DThnL2h Description Cat1 Cat2 Kalidoss Kaling Soundoss We transform the same in solr understandable fo

Re: Does search query return specific result.?

2009-01-08 Thread Kalidoss MM
Any update on this?? Please let me know? On Thu, Jan 8, 2009 at 3:34 PM, Kalidoss MM wrote: > Hi, > > We are trying to implement an auto-suggest feature in our application that > uses Solr as the core engine for search. > > The XML is structured as follows: > >

Datemath Now is UST or IST?

2009-01-26 Thread Kalidoss MM
Hi, We use Solr1.3 and indexed some of our date fields in the format '1995-12-31T23:59:59Z' and as we know this is a UTC date. But we do want to index the date in IST which is +05:30hours so that extra conversion from UTC to IST across all our application is avoided. How to do that? And we have

Data Directory Sync.

2009-01-29 Thread Kalidoss MM
Hi, I have a requirement like, There is a running solr and having around 10K records indexed in it. Now i have to index another set of 30K records? The 10K data already in live, And i dont have an option to insert that 30K records in live, Is there any way to run the solr in

Data Normalization in Solr.

2009-02-17 Thread Kalidoss MM
Hi, I want to store normalized data into Solr, example am spliting personal information datas(fname, lname, mname) as one solr record, Address (personal, office) as another record in Solr. the id is different 123212_name, 123212_add, Now, some case i require both personal and

Re: Data Directory Sync.

2009-02-18 Thread Kalidoss MM
Hi, I think i can use http://wiki.apache.org/solr/MergingSolrIndexes - to index two different solr index directory?? Thanks, kalidoss.m, On Thu, Jan 29, 2009 at 8:57 PM, Noble Paul നോബിള്‍ नोब्ळ् < noble.p...@gmail.com> wrote: > On Thu, Jan 29, 2009 at 7:27 PM, Kalidoss MM > w

Re: Unified search of relational data on Solr?

2009-02-18 Thread Kalidoss MM
Even in my case, we cant make it flattern, Bcoz we are managing total image gallery information in Solr, So image gallery contains aroung 20 images also with image descrption, thumbnail info, width, height, etc also we want to store/update the stats along with image gallery, If we flatten the xml,

Re: Unified search of relational data on Solr?

2009-02-19 Thread Kalidoss MM
that you only wish > to read the image details > --Noble > > On Thu, Feb 19, 2009 at 12:31 PM, Kalidoss MM > wrote: > > Even in my case, we cant make it flattern, Bcoz we are managing total > image > > gallery information in Solr, So image gallery contains aroung 20

query on defaultSearchField?

2009-03-11 Thread Kalidoss MM
Hi, 1) Can i give by default defaultSearchField with multiple field values as like text, Tag, Category Or should i use Thanks, Kalidoss.m,

Have query on wildchar.

2009-03-23 Thread Kalidoss MM
Hi, In my schema, I have Tags, AdTags and am giving the search like. ?q=(Tags: anton* and AdTags: Funn*) my schema query parser is : So Is it required to give the 'and' in the query?? Is yes is there any difference b/w giving 'AND' & 'and' (case sensitive), Please let me know. When am giving