solr4 Questions
3
Solved
I am working on Solr 4+.
I have several fields into my solr schema with different solr field types.
Does the search on text field and string field differs?
Because I am trying to search on stri...
5
Solved
How to update multiple documents in Solr 4.5.1 with JSON? I tried this but it does not work:
POST /solr/mycore/update/json:
{
"commit": {},
"add": {
"overwrite": true,
"doc": [{
"thumbnail":...
3
I am trying to extract the metatags of HTML files and indexing them into solr with tika integration. I am not able to extract those metatags with Tika and not able to display in solr.
My HTML file...
Bergren asked 21/2, 2013 at 15:25
5
Solved
I am a little confused as to what the behaviour of the index and stored attibutes of the Solr fields is.
For example if I have the following in the Schema.xml
<field name="test1" type="text" ...
2
Solved
I have a client program which generates a 1-50 millions Solr documents and add them to Solr.
I'm using ConcurrentUpdateSolrServer for pushing the documents from the client, 1000 documents per reque...
0
I'm Working with Solr 7.4.0 and using DIH Method For Indexing the Data.
Query in data-config.xml.
<entity name="Test" query="Select Names,Test_Value1,Test_Value2,Test_Value3 from TestTable">...
Ecclesiasticus asked 7/9, 2018 at 5:55
1
Solved
I am trying to query data (using solr) and get Counts for a Day granularity.
I am having a problem with the below piece of code:
solrQuery.addDateRangeFacet("startTimeISO", date1.toDate(), date2...
Linebacker asked 20/12, 2014 at 8:4
3
While attempting to upgrade from Solr 4.3.0 to Solr 4.4.0 I ran into this exception:
java.lang.IllegalArgumentException: enablePositionIncrements=false is not supported anymore as of Lucene 4.4 as...
3
Solved
I'm very confused about and . Here is what I understand
autoSoftCommit - after a autoSoftCommit, if the the SOLR server goes down, the autoSoftCommit documents will be lost.
autoCommit - does a ...
1
1
I have a Solr document like this, where all the fields are mapped as a single document.
<doc>
<int name="Id">7</int>
<str name="Name">PersonName</str>
<str name...
4
Solved
I have setup a SolrCloud replication using standalone zookeeper. But now I wish to make some changes to my Schema.xml and reload the core. The problem is that when I run a single server Solr (no so...
Spar asked 5/4, 2013 at 9:16
4
The files I want to do indexing is stored on the server(I don't need to crawl). /path/to/files/
the sample HTML file is
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
&...
Bivins asked 5/2, 2013 at 15:50
3
Solved
Is it possible to configure SolrCloud with SSL and Basic Authentication?
I have configured 3 nodes of Solr in SolrCloud with SSL using this: https://cwiki.apache.org/confluence/display/solr/Enabli...
Grind asked 1/6, 2016 at 19:18
2
Solved
I working on a Solr 4 for optimizing my solr results rank based on popularity rank stored in Index.
Now when someone searches, apart from relevancy rank, I want to influence relevancy rank using p...
Roentgenology asked 9/11, 2013 at 10:38
1
I'm working on a feature which relies on sorting the value of function query.
Function query is as below :
http://localhost:8983/solr/collection/select?q=*:*&sort=if(exists(f1_t), f1_t, the...
4
Solved
I am using solrj as client for indexing documents on the solr server.
I am having problem while deleting the indexes by 'id' from the solr server.
I am using following code to delete the indexes:
...
1
How to write nested schema.xml in solr
The document in schema.xml says
<!-- points to the root document of a block of nested documents. Required for nested
document support, may be removed oth...
Histopathology asked 14/3, 2014 at 3:41
1
I need to sort result on the basis of dynamic field.
How can I do that?
When I am sorting on minimum value of some of those dynamic attribute. It's not giving correct result because my query is lik...
2
I have been using solr 3 and now I am plan to switch to solr 4. The port that I want to run solr on is 9090 instead of 8080. AFAIK, to change the port number we configure the solr.xml file. The ent...
3
Solved
In my Django html template, I get my SOLR facet_date result using haystack in the format
"2015-01-01T00:00:00Z". How can I parse it in format "01/01/2015" in my template?
My template is
{{ facet...
Mars asked 1/12, 2015 at 4:18
1
I have a site built using Sitecore 7.5 and Solr 4.7. I am noticing a very strange phenomenon where certain content items are not getting indexed. Here is what is happening.
I have a data tem...
Interrupt asked 30/6, 2015 at 19:9
1
This is the code I am trying to implement:-
import requests
import tornado.ioloop
import tornado.web
import tornado.autoreload
import json
class MainHandler(tornado.web.RequestHandler):
def get(...
Bravo asked 25/9, 2013 at 12:24
3
Solved
I'm having some difficulties with either how to construct the Solr query, or how to setup the schema to get searches in our web store to work better.
First some configuration (Solr 4.2.1)
<fie...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.