UTF-8 without BOM French characters issue

2012-08-31 Thread binoybt
Hi I am facing an issue with french characters being converted to junk characters after indexing. I am XPathEntityProcessor for indexing the xml file i have generated using the Java application. After digging into the issue i found that the cause for the same is because the xml files are in

How to pass resultset to stored procedure ? DataImportHandler

2011-05-06 Thread binoybt
Hi I am new to Solr. I wrote a stored procedure in Oracle. I tried calling from solr. But the procedure is not getting executed as it expects a resultset as out param. CREATE OR REPLACE PROCEDURE GETSEARCHQUERY(p_cursor in out sys_refcursor) AS BEGIN OPEN p_cursor FOR select * from X wh