Need Support - Apache Solr - 20180915

2018-09-15 Thread senthil
multiple shard/node? Thanks & Regards SENTHIL KUMAR P Team Leader Office: +91-4362-243433 Skype: syxsenthilp Sardonyx Technologies Pvt. Ltd., Thanjavur - 613007 www.sardonyx.in <http://www.sardonyx.in/> From: senthil [mailto:senthilkum...@sardonyx

Please subscribe me to solr -user forum

2018-08-16 Thread Arumugam, Senthil Kumar

Re: edismax query parser - pf field question

2016-02-12 Thread Senthil
It does not work with comma as well. In fact, no DisjunctionMaxQuery is added for any of pf fields if I add comma. (+((DisjunctionMaxQuery((P_NAME:refriger^1.5 | CategoryName:refrigerator)~1.0) DisjunctionMaxQuery((P_NAME:water^1.5 | CategoryName:water)~1.0) DisjunctionMaxQuery((P_NAME:filter^1.5

edismax query parser - pf field question

2016-02-11 Thread Senthil
Clarification needed on edismax query parser "pf" field. *SOLR Query:* /query?q=refrigerator water filter&qf=P_NAME^1.5 CategoryName&wt=xml&debugQuery=on&pf=P_NAME CategoryName&mm=2&fl=CategoryName P_NAME score&defType=edismax *Parsed Query from DebugQuery results:* (+((DisjunctionMaxQuery((P_NAM

Re: Match All terms in indexed field value

2016-02-05 Thread Senthil
Thank You Ahmet for your reply! I tried out the magic what you mentioned and it worked. It also gave me a direction on how function queries can be combined together to address few other use cases as well. -- View this message in context: http://lucene.472066.n3.nabble.com/Match-All-terms-in-ind

Match All terms in indexed field value

2015-12-06 Thread Senthil
Scenario: Document should be matched/returned ONLY IF user entered search text is having ALL the terms of single indexed field in any order. Ex. Document has got only 2 fields. Id and title. Below document is indexed. {"id":"1", "title": "refrigerator water filter"} Below search text should NOT

Embedded Server Issue : SOLRJ : No Such Core Found

2012-09-19 Thread Senthil Kk Mani
ror. 1) I tried passing the core name - 'collection1' - but same error >From solr.xml 2) I also checked my solrconfig.xml and requesthandler for "/update" is set as follows >From solrconfig.xml --Senthil

Configuring Apache SOLR with Multicore on IBM Websphere Application Server

2012-07-23 Thread Senthil Kk Mani
there any documentation available on how to install SOLR on WebSphere and configure the multicores? Thanks, -Senthil

Re: Data Import Handler Scheduling

2009-05-01 Thread Senthil Kumar
Thanks Shalin. On Fri, May 1, 2009 at 11:33 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Fri, May 1, 2009 at 8:41 PM, Senthil Kumar > wrote: > > > Hi, > > > > Can any one help me to identify whether schduling is possible with > > DataIm

Data Import Handler Scheduling

2009-05-01 Thread Senthil Kumar
possible, can you let me know how to that? Thanks in advance, Senthil

Re: Copy field : String Vs Text

2009-04-24 Thread Senthil Kumar
Hi Timothy, In copyfield I used the name that was not part of the doc and matching to the dynamic text fieldType declaration. It worked. I searched on Q=gudactor:"xxx". It is able to search on actor with full text... thanks, Senthil On Fri, Apr 24, 2009 at 4:08 PM, Harsch,

Copy field : String Vs Text

2009-04-24 Thread Senthil Kumar
should get the result facet as "Silver Stolen". But I am getting the result onle if I pass the complete "Silver Stolen" to the search query. Please help me. Am I missing anything in the config? thanks, Senthil

Unified search of relational data on Solr?

2009-02-18 Thread Senthil Kumar
Washington. Can anyone suggest what is the best approach for this and to index relational data in general? Senthil Kumar P