How to write these kind of functions in solr data config.xml

2016-05-11 Thread kavurupavan
CREATE OR REPLACE FUNCTION page(IN i_app name character varying, IN i_photo_id big int, IN i_page integer, IN i_member_id big int, OUT o_similar_page_name character varying, OUT o_similar_page_id big int, OUT o_similar_photo_id big int[]) DECLARE v_limitINTEGER := 4; v_offset INTEGER;

Re: Solr comparsion between two columns

2016-05-02 Thread kavurupavan
Hi Alex, Please provide any example for comparsion in solr. Regards, Pavan. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-comparsion-between-two-columns-tp4274155p4274158.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr comparsion between two columns

2016-05-02 Thread kavurupavan
Compare two columns in solr if two fields are equal display true or else false. CASE WHEN o_is_follow = o_follow_id THEN 'TRUE' ELSE 'FALSE'. Please help me. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-comparsion-between-two-columns-tp4274155.htm

RE: How can i pass in solr dynamic values to a particular field

2016-04-28 Thread kavurupavan
In solr terminal only to pass dynamic values -- View this message in context: http://lucene.472066.n3.nabble.com/How-can-i-pass-in-solr-dynamic-values-to-a-particular-field-tp4273107p4273588.html Sent from the Solr - User mailing list archive at Nabble.com.

copy field source not working in solr schema.xml

2016-04-27 Thread kavurupavan
Error : org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core demo7: copyField dest :'i_member_id' is not an explicit field and doesn't match a dynamicField.. Schema file is /opt/solr/example/solr/demo7/conf/schema.xml My schema.xml : P

How can i pass in solr dynamic values to a particular field

2016-04-27 Thread kavurupavan
Solr url : Example: http://localhost:8983/solr/searching/select?q=*:*&fq=maths:25 AND science: 30 These 25 and 30 i need to pass dynamically values. How can I pass them as part of a Solr URL? Please help me. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.