sql server indexing using dih problem

2009-08-31 Thread rameshgalla
Hi, I am trying to index sql server table using dih. my data-config.xml file configuration: When i have tried to debug i got the following error: - - 0 29672 - - db-data-config.xml full-import debug - - - select CustomerID,Title,For

schedule indexing with DataImportHandler

2008-09-15 Thread rameshgalla
hi, Is it possible to schedule indexing with solr DataImportHandler? eg: I want to do delta import automatically everyday at 12AM like that. or Is it possible to initiate delta import automatically whenever there is a modification in database? -- View this message in context: http://www

Re: Question about solr spellcheck

2008-10-12 Thread rameshgalla
Hi, I don't know there is better solution for this one. But I resolved this problem in my application like this. After getting the spell suggestion I have performed the search operation without displaying the results. If the numdocs is greater than or equal to one only I have displayed the spellc

solr internationalization support

2008-11-24 Thread rameshgalla
hi, 1)Which languages solr supports out-of-the box other than english? 2)What are the analyzers(stemmer,synonym,tokenizer etc) it provides for each language? 3)Shall we create our own analyzers for any languages?(If possible explain how?) thanx in advance -- View this message in context: htt