Can we have multiple Spellcheck Components under /select handler

2020-12-30 Thread rashi gandhi
Hi All I am trying to configure multiple spellcheck components. I defined two searchComponents in my solrconfig.xml, let's say and . And added above both components under /select request handler with default required attributes. > elevator spellcheck < > str>spellcheck1 However, I can not se

handling stopwords for special scenarios

2020-04-09 Thread rashi gandhi
Hi All, We are using stopword filter factory at both index and search time, to omit the stopwords. However, for a one particular case, we are getting "here" as a search query and "here" is one the words in title/name representing our client. We are returning zero results as "here" is one of the E

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-06 Thread Rashi
Hi Rohan, Sharing the configuration: text_suggest default title solr.DirectSolrSpellChecker internal 0.5 2 1 5 4 0.01 Also, below are the parameters, passing

Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-05 Thread rashi gandhi
HI, I am working on Solr spellcheck feature, and I am using index based spellcheck dictionary as a source for spellcheck suggestions. I observed that collated results returned by spellcheck component, provide the suggestions for misspelled words, however also provide suggestions for correctly spel

Indexing using SolrOutputFormat class

2016-07-18 Thread rashi gandhi
Hi All, I am using Solr-5.0.0 API for indexing data in our application and the requirement is to index the data in batches, using solr-mapreduce API. In our application, we may receive data from any type of input source for example: file, streams and any other relational or non-relational Db’

How to list all collections in solr-4.7.2

2015-12-03 Thread rashi gandhi
Hi all, I have setup two solr-4.7.2 server instances on two diff machines with 3 zookeeper severs in solrcloud mode. Now, I want to retrieve list of all the collections that I have created in solrcloud mode. I tried LIST command of collections api, but its not working with solr-4.7.2. Error: unk

Fwd: Issue with SOLR Distributed Search

2014-12-17 Thread rashi gandhi
. But, I wanted to know if there is any solution possible right now to manage/control the score of the documents during distributed search, so that the results seem more relevant. Thanks Rashi

Fwd: Reindex Issues

2014-11-25 Thread rashi gandhi
, Rashi

Fwd: Change in the Score of Similiar Documents

2014-11-25 Thread rashi gandhi
the time of querying, even if the data in all docs are same. Is this because of indexing at multiple shards?? Please provide me some pointers to move ahead. Thanks, Rashi

SOLR Performance benchmarking

2014-07-13 Thread rashi gandhi
Hi, I am using SolrMeter for load/stress testing solr performance. Tomcat is configured with default "maxThreads" (i.e. 200). I set Intended Request per min in SolrMeter to 1500 and performed testing. I found that sometimes it works with this much load on solr but sometimes it gives error "Sever

SOLR Performance Benchmarking

2014-06-08 Thread rashi gandhi
Hi, I am using SolrMeter for performance benchmarking. I am able to successfully test my solr setup up to 1000 queries per min while searching. But when I am exceeding this limit say 1500 search queries per min, facing "Server Refused Connection" in SOLR. Currently, I have only one solr server run

Fwd: Question to send

2014-05-23 Thread rashi gandhi
HI, I have one running solr core with some data indexed on solr server. This core is designed to provide OpenNLP functionalities for indexing and searching. So I have kept following binary models at this location: *\apache-tomcat-7.0.53\solr\collection1\conf\opennlp * · en-sent.bin

Fwd: help on edismax_dynamic fields

2014-02-21 Thread rashi gandhi
Hello, I am using edismax parser in my project. I just wanted to confirm whether we can use dynamic fields with edismax or not. When I am using specific dynamic field in qf or pf parameter , it is working. But when iam using dynamic fields with *, like this: explicit 1

Re: Need help for integrating solr-4.5.1 with UIMA

2014-02-07 Thread rashi gandhi
org.apache.lucene.analysis.uima.ae.BasicAEProvider.getAE(BasicAEProvider.java:50) ... 23 more i think solr is not able to load the descriptor file iam defining in tab. Please provide me some help on this. Thanks in Advance Rashi On Mon, Feb 3, 2014 at 2:50 PM, rashi gandhi wrote: > Hi, > >

Fwd: Need help for integrating solr-4.5.1 with UIMA

2014-02-03 Thread rashi gandhi
a:126) ... 35 more What is going wrong? Please help me on this. Thanks in Advance Rashi

Re: need help on OpenNLP with Solr

2014-01-15 Thread rashi gandhi
Thanks Lance for clearing. One more Question: Is there a possibility of integrating boosting with payloads in LUCENE-2899 with solr? Thanks in Advance On Mon, Jan 6, 2014 at 9:46 PM, rashi gandhi wrote: > Hi, > > Also i wanted know, > Is it possible to integrate wordnet with t

need help on OpenNLP with Solr

2014-01-06 Thread rashi gandhi
Hi, I have applied OpenNLP (LUCENE 2899.patch) patch to SOLR-4.5.1 for nlp searching and it is working fine. Also I have designed an analyzer for this:

Re: need help on OpenNLP with Solr

2014-01-06 Thread rashi gandhi
Hi, Also i wanted know, Is it possible to integrate wordnet with this analyzer? I want to use wordnet as synonym expansion along with OpenNLP filters. What are the changes required in solr schema.xml and solrconfig.xml? Thanks in Advance On Mon, Jan 6, 2014 at 9:37 PM, rashi gandhi wrote

Need Help for Location searching

2013-12-31 Thread rashi gandhi
Hi, I wanted to design an analyzer that can support location containment relationship For example Europe->France->Paris My requirement is like: when a user search for any country , then results must have the documents having that country , as well as the documents having states and cities which

SOLR: Searching on OpenNLP fields is unstable

2013-09-25 Thread rashi gandhi
HI, I am working on OpenNLP integration with SOLR. I have successfully applied the patch (LUCENE-2899-x.patch) to latest SOLR source code (branch_4x). I have designed OpenNLP analyzer and index data to it. Analyzer declaration in schema.xml is as

OpenNLP Analyzers not working properly

2013-09-23 Thread rashi gandhi
Hi, iam working on OpenNLP with SOLR. I have successfully applied the patch LUCENE-2899-x.patch to latest SOLR code branch_4x. I desgined some analyers based on OpenNLP filters and tokenziers and index some documnets on that fields. Searching on OpenNLP field is not constant. Not able to searc

Not able to deploy SOLR after applying OpenNLP patch

2013-09-12 Thread rashi gandhi
Hi, My Question is related to OpenNLP Integration with SOLR. I have successfully applied OpenNLP LUCENE-2899-x.patch to latest solr branch checkout from here: http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x And also iam able to compile source code, generated all realted binaries