Solr Autocomplete

2012-10-15 Thread Rahul Paul
Hi,
I am using mysql for solr indexing data in solr. I have two fields: name
and college. How can I add auto suggest based on these two fields?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Autocomplete-tp4013859.html
Sent from the Solr - User mailing list archive at Nabble.com.


Solr is not Indexing after Mysql Upgradation

2012-09-24 Thread Rahul Paul
Indexing is not happening after 'x' documents.

I am using Bitnami and had  upgraded Mysql server from Mysql 5.1.* to Mysql
5.5.* version. After up gradation when I ran indexing on solr,  it not get
indexed. 

I am using a procedure in which i am finding the parent of a child and
inserting it in a table which uses MyISAM as memory. Individually when i ran
the procedure in Mysql 5.1.* and Mysql 5.5.* it works fine both the cases.

I am calling a procedure in solr after that I am executing some sql
statements from the table I have created in the above procedure. When I ran
both procedure  in query together the data is not getting indexed but if I
ran procedure separately in solr with out executing the queries it works
fine, and if i comment the procedure and ran the queries it also works fine
but when I ran both together, the data didn't get index.
Can anyone recommend some solution to this?  



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-is-not-Indexing-after-Mysql-Upgradation-tp4009790.html
Sent from the Solr - User mailing list archive at Nabble.com.