The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
4 views

using url param in solr

Currently I do search using edismax with fielded query /select?q="(Column1:value1 AND Column2:value2) searchq" with other solr params set as invariants in solrconfig.xml exposing only q param to ...
0
votes
0answers
3 views

Solrj IOException occured when talking to server

I am using basic authentication. My solr version is 4.1. I can get query results but when I try to index documents I am getting the following error message: ...
0
votes
0answers
14 views

Solr query to filter by a joined field if exists

I'm working on a special price component for an online shop. We are using solr 4.3. My task is to use the current valid product price for filtering with solr. You can define a special price for each ...
0
votes
0answers
13 views

Solrcloud delete collection bug?

First,I create a collection called usercollection http://xxxxx/solr/admin/collections?action=CREATE&name=usercollection&numShards=3&replicationFactor=3&maxShardsPerNode=3 Then I ...
0
votes
1answer
12 views

Compatible collections - SOLR 4 / SOLRCloud

I am trying to fiogure out what SOLR means by compatible collection in order to be able to run the following query: Query all shards of multiple compatible collections, explicitly specified: ...
0
votes
2answers
20 views

Retrieving only highlighted solr field and not the whole content

I wanted to index pdf, word documents using solr. The whole content of the word / pdf document is coming in the search response and also the highlighted fragment. The content is quite long and I ...
0
votes
1answer
35 views

Complex queries with Solr 4

I would like to fire complex queries in Solr 4. If I am using Lucene, I can search using XML Query parser and get the results I need. However, I am not able to see how to use the XML Query Parser in ...
0
votes
0answers
11 views

boost doc in data import handler using xml

Hello I want to boost doc using field in my xml doc. Normalny I was using database query to index content but now I need to use xml. Using db query I would do something like this ...
-2
votes
0answers
19 views

Looking for Apache Solr Support [closed]

We just looking for Apache Solr Support. Does anyone knows about any Best organization which give support for Apache Solr? Need suggestion regarding the best vendor who can provide the support for ...
0
votes
1answer
383 views

Solr 4.3 Tomcat6 Ubuntu installation exception

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 Solr ...
1
vote
1answer
67 views

SOLR 4.2 - solr.LatLonType type vs solr.SpatialRecursivePrefixTreeFieldType

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" ...
0
votes
1answer
29 views

Is it possible to modify a schema using the rest API in Apache Solr?

I think the title is self-explanatory. I don't see anything on the Apache Solr wiki that suggests you can maintain the schema of an Apache Solr instance using the ReST API, but maybe (hopefully) you ...
0
votes
1answer
37 views

Reindexing fails after upgrading solr

I used sunspot_solr and sunspot_rails gem that integrates solr 4 from the following link.. source Now, when i try to reindex the existing documents, i get a status 500, Internal Server Error.. I ...
0
votes
2answers
40 views

Solr fails with “missing required unique key id” error

There were a few questions on the similar topic but their resolutions do not seem to fit my case. Env: Solr4.2.1, Tomcat 7 I am trying to index public movielens data, and started (as everybody) with ...
1
vote
0answers
19 views

dataimport handler is indexing 0 documents

Hello I'm tring to create dataimport from url I have url http://domain.loc/path under this url I have dynamicly generated xml now I have dataimport like this <dataConfig> <dataSource ...
0
votes
0answers
36 views

Solr 4.0 group sorting - special cases

My application has two main concepts, Developments and Plots. A development is an aggregation of plots. For context, developments are housing developments and plots are houses/flats within a ...
0
votes
0answers
27 views

Solr newbie : count of words contained in one solr field

I have a solr document with one field containing the following as an example: appointment=MANAGER,MANAGER,MANAGER,MANAGER,ADMIN,ADMIN,SEC,SEC,SEC Is there any way to obtain the resulting output ...
0
votes
1answer
28 views

SOLR Search results with associated file

I am using solr search (solr 4.X), everything working as expected, I got the requirement that I need to show the associated file also along with the search results. I am getting the search results ...
6
votes
4answers
111 views

Handling large no. of ids in solr

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 ...
0
votes
0answers
42 views

Custom Solr tokenizer exception

I am using a custom Tokenizer, as part of analysis chain, for a Solr (4.2.1) field. On trying to index, Solr throws an exception. I also know (thanks, Google) that the way to get around this ...
0
votes
0answers
52 views

Solr 4.0 lat long search results has no accuracy

I am using Solr 4.0 with DIH on Ubuntu. I am trying to setup solr to list the nearest locations for the given distance(radius) based on latitude and longitude values. For this I'm trying geofilt and ...
0
votes
1answer
22 views

Search using SOLR is not up to date

I am writing an application in which I present search capabilities based on SOLR 4. I am facing a strange behaviour: in case of massive indexing, search request doesnt always "sees" new indexed data. ...
0
votes
0answers
37 views

Solr indexing in Typo3 giving error

While I am trying to index pages I am getting error in the solr admin screen ===================================================== `11:20:50 SEVERE SolrCore ...
0
votes
1answer
34 views

Solr 4.2 admin main page only shows 'loading …'

I jus installed Solr 4.2 on my local computer using port 8080 and test ok with url http://localhost : 8080/solr/, then I share this to my colleagues with url http://10.18.59.179:8080/solr/ where ...
0
votes
1answer
30 views

Solr query to return results ordered by 'find in set'

Here is the problem. I have a solr query like this: Example: post_id: ( 31234, 56756, 24352, 78465, 23424 ) And i want to order them , as they are in the query. Mysql equivalent to this is: ...
0
votes
0answers
11 views

Apache solr not showing elevated word when searching along with other non elevated words

We have configured Elevation for some words e.g. food. Now when I search this alone then it display results as expected. But now if I search this word with another non elevated word e.g. food+menu, ...
0
votes
1answer
36 views

Solr full refresh without deleting index

I want to do solr full refresh with out deleting the index so that the data can be accessed until full refresh is done. Once the full refresh is completed the old index has to be removed. How can i do ...
0
votes
1answer
48 views

How to control the way Nutch parses and Solr indexes a URL when its HTML structure is unknown?

I am trying to crawl some sites which has poorly maintained HTML structure and I have no control over it to change it. When I look at the nutch crawled data indexed by Solr, the field 'title' looks ...
2
votes
0answers
253 views

Solr 4.2 EmbeddedSolrServer can not load existing index data

I'm extending Solr's AbstractSolrTestCase for unit testing. I have existing 'schema.xml', 'solrconfig.xml' and index data. I can start an embedded solr server to load existing collection and its ...
0
votes
1answer
54 views

Solr Sorting Not working properly

I'm using this sample query to group the result set by category: q=test&group=true&group.field=category This works as expected and I get this sample response: "response": ...
0
votes
0answers
24 views

Solr sorting issue with grouping

I want to perform a search such that for top values of a column , i can get 'n' number of results. for example consider country as one options having possible values as USA (200 entries) UK (180 ...
1
vote
0answers
29 views

Merge highlighting snippets with corresponding documents

While using highlighting we get output in 2 sections. <result name="response" numFound="2345" start="0"> <doc>...</doc> <doc>...</doc> </result> <lst ...
0
votes
1answer
138 views

Reloading Zoo keeper solr conf (schema.xml)

I have setup a solr cloud 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 solr ...
1
vote
1answer
91 views

Ideal way of sorting results by distance in Solr 4?

I'm trying hard to read and understand this document on spatial search in Solr 4: http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4 But I'm having a hard time finding a simple answer: What ...
0
votes
2answers
27 views

Escape LukeRequest with spaces, slashes, and colon

I am using Solr 4.1. Using LukeRequest, I want to get the number of documents with data for a specific field. The name of the field is something like http://foo.org/bar/ baz (note the space between ...
0
votes
0answers
17 views

Core reload is taking long time

We have 2 cores in one shard in solr 4.1 . We have one leader and one replica.When we try to reload any cores, its taking long time. Sometimes it is taking more than 30 minutes.Is there any way to ...
0
votes
1answer
48 views

Collection name via Collections API (Solr 4.x)

I'm using Solr collections API to create a collection. ...
-1
votes
1answer
69 views

Solr Spell checker Filter query

I was trying to build spell checker on the top of solr. The basic information looks good enough http://wiki.apache.org/solr/SpellCheckComponent#Introduction Can I somehow limit the scope of spell ...
0
votes
0answers
20 views

highlight on same field with different fragsize

We use Solr4.2 in our application. We need to return highlight on same field 2 times, with different fragsize. Solr allows to highlight on different fields with different fragsize as mentioned below ...
2
votes
1answer
58 views

Restricting connections to jboss to certain IP addresses

We are using Apache Solr in our application to provide search capabilities. We are deploying the solr.war file to jboss along with our application. However solr is now accessible to everyone from the ...
0
votes
1answer
116 views

How to configure Solr for improved indexing speed

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 request. ...
0
votes
1answer
66 views

Solr full-import performance

I have a small set of queries and entities and even though the performance is pretty bad, I just would like to know what tricks and configurations that i can do to increase the performance ? Note I'm ...
0
votes
0answers
48 views

Queries becoming slow on Solr. What are my options?

I have single Solr instance running on server. The number of documents in this instance has reached to a point where the queries are becoming slow. What are my options?
0
votes
2answers
56 views

segregating solr indexes for each end-user

For our we application we would like to somehow segregate index data for each user using the application (which is using solr to index uploaded data). Is that possible? The schema.xml and the ...
2
votes
0answers
39 views

Solr - Customize Fragment

I want to use Regexp Fragmenter in my solr highlighting feature to customize my fragment. As per requirement , we need to return 25 words before and after highlighting term. Below is one sample ...
0
votes
0answers
21 views

Solr multivaluef field updating;update a sing value in the group of value

I have a solr Document in which , content is a multivalued field. In that content field, two values are exist like Content_1 , Content_2. I need to update content_2 value as content_2_updated. < ...
0
votes
0answers
85 views

storing key value pair in multivalued field solr4.0

i am using solr4.0. I want to store key value pairs of attributes in mutlivalued field. Example: I have some documents (Products) which have attributes as one field and i indexed attributes as ...
0
votes
0answers
225 views

Lucene.NET VS. Solr 4 VS. FTS SQL Server 2012 [closed]

Project: Web Application - MVC4, SQL Developer 2012. Requirement We need to index more than 100 million records then search on the data. The 3 paths tha we can take are: Lucene.NET Solr4: Built ...
0
votes
1answer
71 views

SOLR4/lucene and JVM memory management

Does anyone know how solr4/lucene and the JVM, manages memory? We have the following case. We have a 15GB server running only SOLR4/Lucene and the JVM (no custom code) We had allocated 2GB of ...
0
votes
1answer
149 views

Not able to generate Index using SOLR 4.2 configurations

Presently i am generating employee details index using solr 3.3 & apache-tomcat-7.0.19 setup. Now i want to try this with solr 4.2 new version. created new setup for this. ...

1 2