Re: what is the maximum XML file size to import?

2013-04-26 Thread Sharmila Thapa
Thanks to all for your suggestions. -- View this message in context: http://lucene.472066.n3.nabble.com/what-is-the-maximum-XML-file-size-to-import-tp4058263p4059113.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: what is the maximum XML file size to import?

2013-04-24 Thread Sharmila Thapa
Yes, I have again tried to post the XML of size 2.02GB, now it throws a different error message While searching the cause for this error message it is found that java's setFixedLengthStreamingMode method throws this error. Reference:Docu

Re: terms starting with multilingual character don't list on solr auto-suggestion list

2013-04-23 Thread Sharmila Thapa
Hi Jack, Sorry for late response. I have used following settings for auto-suggestion: true terms and used the following field fieldType:

what is the maximum XML file size to import?

2013-04-23 Thread Sharmila Thapa
Hello, What is the maximum size limit of the XML document file that is allowed to import into solr to index from java -Durl. As I am testing to import XMLfile of 5 GB and it throws an error like SimplePostTool: WARNING: Solr returned an error #400 Bad Request SimplePostTool: WARNING: IOException w

terms starting with multilingual character don't list on solr auto-suggestion list

2013-04-16 Thread sharmila thapa
Hi, I have used /terms for solr auto-suggestion list. It works fine for English words. But I have problem on multi-language index words, I have tested for Russian language. If there is Russian charcter in between the word, then it gets displayed on suggesstion list like if I type 'кар', it list ка

how to display groups along with matching terms in solr auto-suggestion?

2013-04-16 Thread sharmila thapa
Hi, I have used Terms for auto-suggestion. But it just list the terms that matches terms.prefix from index , along with these term suggestions, I have to display the product groups that matches with the input prefix. Is it possible in solr auto-suggest? Somebody could please help me on this issu