solr4 Questions
2
Solved
I have a number of sites which I am indexing using Solr 4.6.0 and I wish to maintain separate cores for each. Each of the cores will share the same schema.xml and same solrconfig.xml. Ideally, I wo...
Llovera asked 16/1, 2014 at 22:9
3
Solved
I have big problems installing Solr 4.3 under Ubuntu 12.04. Firstly i installed tomcat. I can access tomcat via browser on localhost:8080. Into "Tomcat Web Application Manager" i try to install Sol...
1
Solved
Hi I'm developing rails app with Solr 4.1 search engine,
When I add highlighting to searchSolr start spaming the tomcat6 log with this warning:
Jan 29, 2015 12:13:38 PM org.apache.solr.highlight...
Retrospective asked 28/1, 2015 at 16:54
5
When I do a search with grouping result and perform group limit, I get that numFound is the same as I when I don’t use the limit.
It looks like SOLR first performs search and calculates numFound a...
Equivocate asked 25/12, 2013 at 18:30
2
Solved
I've gone through the related questions on this site but haven't found a relevant solution.
When querying my Solr4 index using an HTTP request of the form
&facet=true&facet.field=country
...
Abruzzi asked 23/1, 2013 at 16:52
2
Solved
In Solr 4, I see that we've configured the default field "df" in the /select request handler:
<requestHandler name="/select" class="solr.SearchHandler">
<!-- default values for query pa...
0
I am trying to use SolrCloud to index a very large number of simple documents and have run into some performance and scalability limitations and was wondering what can be done about it.
Hardware w...
3
Solved
I am getting below error in my solr configuration.
Caused by: org.apache.solr.common.SolrException: Unable to use updateLog: _version_field must exist in schema, using indexed="true" stored="true"...
1
Solved
I'm using apache solr for the matching functionality of my webapp, and I encountered a problem of this scenario:
I got three programmer, the skill field are their skills, "weight" means how well t...
1
Solved
I tried understanding precisionStep at several places but cannot fully understand its concept. So, please explain what it is about, in very simple words.
2
Solved
I have the following workflow in my (web)application:
download a pdf file from an archive
index the file
delete the file
My problem is that after indexing the file, it remains locked and the de...
Alemannic asked 26/2, 2014 at 8:33
3
Solved
Boosting by date field in solr is defined as:
{!boost b=recip(ms(NOW,datefield),3.16e-11,1,1)}
I looked everywhere (examples: Solr Dismax Config for Boost Scoring and Solr boost for multivalued ...
1
Solved
1
Solved
I need some assitance on deciding creating a single index in a single Solr instance vs creating multiple cores in a single Solr instance, each core servicing an index.
My understanding is, a singl...
1
Solved
i want to search data from solr like below
this is my two tables:
So how can i do this date search using solr....
Edit
Iam using SolrPhpClient for this.
This is fields from my schema.xml:...
4
Solved
1
Solved
4
Solved
I need to perform an online search in Solr i.e user need to find list of user which are online with particular criteria.
How I am handling this: we store the ids of user in a table and I send all ...
1
Solved
I am currently using SOLR 4.2 to index geospatial data (latitude and longitude data). I have configured my geospatial field as below.
<fieldType name="location" class="solr.LatLonType" subFiel...
Etzel asked 6/5, 2013 at 20:54
3
Solved
I am trying to use TikaEntityProcessor to index the .html file content. Somehow I am not able to get it correctly. I have checked the error log and I got the following error.
SEVERE: Full Import f...
Pandean asked 11/2, 2013 at 15:55
© 2022 - 2024 — McMap. All rights reserved.