Auto index update

2007-03-28 Thread netaji . k
Hello, Can anybody suggest me of what is the best method to implement auto index update on SOLR from mysql database. thanks and regards aditya

RE: Searching in multiple fields

2007-03-11 Thread netaji . k
Yes i tried it and it worked. thank you > Well, > > AND will find documents that have php in all fields but OR will find > documents that have php in any field so you can try the same query with > all ORs. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent

RE: Searching in multiple fields

2007-03-09 Thread netaji . k
Description:php AND title:php AND Subject:php AND notes:php this one did not work i will try the other way too and see thanks aditya > Well, > > One way you can do this is: > > "Description:php AND title:php AND Subject:php AND notes:php" > > The other option is to create an extra field in y

RE: Searching in multiple fields

2007-03-09 Thread netaji . k
sorry it did work and it is working for OR too. i will try the second method too. thank you aditya > Well, > > One way you can do this is: > > "Description:php AND title:php AND Subject:php AND notes:php" > > The other option is to create an extra field in your index called All > (or whatever)

Searching in multiple fields

2007-03-09 Thread netaji . k
Hello, We have 4 fields in our XML file --- Description, title, Subject,notes. I need to search in all these fields, how do I do that?. For Example When I search Description: php, we are able to get records that are matching only with description field. But I want those records in which title an

xml generation for SOLR

2007-03-07 Thread netaji . k
hai, Yes the Xml formats is understood but there is an issue to generate these xmls from a data source. These XML feild tags doesnot contain the same start tags and end tags. like software and standerd xml writers have xml generated as the same start and end tags. in SOLR xml start tag = end t