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

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
Hi, This is regarding the issue that we are facing with SOLR distributed search. In our application, we are managing multiple shards at SOLR server to manage the load. But there is a problem with the order of results that we going to return to client during the search. For Example: Currently ther

Fwd: Reindex Issues

2014-11-25 Thread rashi gandhi
Hi, I have created two shards at solr server and around 4K documents are equally indexed over these two shards. I did re-indexing for all the indexed documents (updating exiting docs with same data again). After Re-indexing, I found that my indexes are not optimized and there is change in the

Fwd: Change in the Score of Similiar Documents

2014-11-25 Thread rashi gandhi
Hi, I have created two shards at SOLR Server and I have indexed 6 documents (all docs having exactly same data = Welcome to SOLR). Let’s say ids are from 1 to 6 and they are indexed in such a way : Shard_one : ids with 2,4,6 are present in this shard. Shard_two : ids with 1,3,5 are present in

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
Hi, I'm trying to integrate Solr 4.5.1 with UIMA and following the steps of the solr-4.5.1\contrib\uima\readme.txt. Edited the solrconfig.xml as given in readme.txt. Also I have registered the required keys. But each time when I am indexing data , solr returns error: Feb 3, 2014 2:04:32 P

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