case insensitive sorting

2008-04-21 Thread Ismail Siddiqui
it changes it to all lower case or do i have to change it to lowercase when I am indexing it ?? thanks ismail Siddiqui

dataimport handler multiple databases

2008-04-02 Thread Ismail Siddiqui
Hi I have a situaion where I am using dataimport handler with development db and going to use it with production database in production environment I have entry in solr-config.xml like this requestHandler name=/dataimport class=org.apache.solr.handler.dataimport.DataImportHandler lst

solrcofig.xml - need some info

2008-02-07 Thread Ismail Siddiqui
I am pretty new to solr. I was wondering what is this mm attribute in requestHandler in solrconfig.xml and how it works. Tried to search wiki could not find it str name=mm 2lt;-1 5lt;-2 6lt;90% /str thanks Ismail

Problem with applying stylesheets

2008-01-22 Thread Ismail Siddiqui
I am trying to apply style sheet to result xml by passing argument like stylesheet=tabular.xml . but it complained that stylesheet may be empty.. when i checked the source code for XMLwriter .. its lookin under /admin private static final char[] XML_START1=?xml version=\1.0\

Re: Missing Content Stream

2008-01-21 Thread Ismail Siddiqui
clearly see this constructor thanks On 1/15/08, Ismail Siddiqui [EMAIL PROTECTED] wrote: thanks brian and otis, i will definitely try solrj.. but actaually now the problem is resolved by setting content length in header i was missing it c.setRequestProperty(Content-Length, xmlText.length

Missing Content Stream

2008-01-15 Thread Ismail Siddiqui
Hi Everyone, I am new to solr. I am trying to index xml using http post as follows try{ String xmlText = add; xmlText+=doc; xmlText+=field name=\id\SOLR1000/field; xmlText+=field name=\name\Solr, the Enterprise Search Server/field; xmlText+=field name=\manu\Apache Software

Re: Missing Content Stream

2008-01-15 Thread Ismail Siddiqui
autoCommit on in solrconfig.xml ??? thanks On 1/15/08, Brian Whitman [EMAIL PROTECTED] wrote: On Jan 15, 2008, at 1:50 PM, Ismail Siddiqui wrote: Hi Everyone, I am new to solr. I am trying to index xml using http post as follows Ismail, you seem to have a few spelling mistakes in your