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
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