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
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
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
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’
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
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
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
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
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
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
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
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
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,
>
>
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
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
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:
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
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
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
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
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
21 matches
Mail list logo