SOLR in PHP for my web application

2008-12-22 Thread KishoreVeleti CoreObjects
Hi All, I have a product to be developed with following main tables in it 1. Question table (Question_ID, Question_Title, Question_Description, Question_Category, Question_creation_date are columns in this table) 2. My web site users can answer each question (Question_ID (foreign key to above

Re: php client. json communication

2008-12-16 Thread KishoreVeleti CoreObjects
Check out this link http://www.ibm.com/developerworks/library/os-php-apachesolr/index.html If anyone of you used it can you share your experiences. Thanks, Kishore Veleti A.V.K. Julian Davchev wrote: Hi, I am about to integrate solr for index/search of my documents/data. It's php

Re: unique so that if that combination exists in index it will return an error

2008-12-13 Thread KishoreVeleti CoreObjects
Thanks Erik for your reply. But I have another question. Supose say I already have my database primary key as uniqueId in SOLR. Besides uniqueKey Id field I have 3 more fields say field1, field2, field3. I want to make sure that in SOLR I will have only one document where field1, field2, field3