0
votes
2answers
31 views

How can I search for all terms across two fields in Solr?

All terms in the query should be present in the combined content of the fields. E.g. when I search for a combination of terms a document should be returned if: all terms are present in the ...
0
votes
0answers
30 views

Why CPU usage close to reach to 100% when i use SOLR index the documents

We use solr as out full text searcher. we use multi cores with solr and we have approximately 5 hundred million data. we batch update our index when reaches 1000 new record without commit them because ...
0
votes
1answer
46 views

Querying Solr Multi valued fields using range

I have an oddity in Solr with multi valued fields which I can seem to replicate repeatedly. I have a set of titles which have a field called special_offer_type. This field is of the type: [ "5", ...
0
votes
2answers
181 views

Best Lucene search platform in 2013: Solr or ElasticSearch? [closed]

I run a job board (PostJobFree.com) with about 1M resumes in it. Average resume size is about 4000 bytes. PostJobFree uses ASP.NET/C#/SQL Server 2008 R2 and MS SQL Full Text search. From reading ...
0
votes
2answers
48 views

Relation of SOLR to DB to App in a Text Search Engine

I recently overheard a few coworkers talking about an article one of them had read involving the use of SOLR in conjunction with a database and an app to provide a "super-charged" text search engine ...
1
vote
0answers
57 views

Lucene/Solr: Book Text Searching

I am trying use the Lucene/Solr for full text searching of documents that are structured like books. The structure of a book looks like: Book - has many Chapters - has many Lines I can ...
0
votes
0answers
31 views

Liferay Indexer with Solr

I just wanted to check with more experienced devepopers on how I use Solr with Liferay. I decided to completely replace Lucene with Solr in my portal installation. Now I have custom assets that I want ...
2
votes
2answers
47 views

Rounding score on 2 decimals in sort - SOLR 4.2

How to round score of search result on 2 decimals? Can I use, rounded score in sort? I need somethink like: /?q=term&sort=round(score, 2) desc, orders desc in Solr version 4.2 I want to ...
0
votes
1answer
57 views

Solr custom ranking

Using Sphinx I can rank document any way I want. SELECT * FROM someIndex WHERE MATCH('foo bar') OPTION ranker=expr('<any rank expression>') How can I achieve same behavior with Solr? Is ...
1
vote
0answers
57 views

Error in set up procedure of solr with haystack

Tried to install haystack 2.0.0-beta with solr apt-get install solr-jetty pip install pysolr pip install django-haystack And edited the following '/etc/default/jetty' NO_START=0 # (line ...
0
votes
1answer
76 views

Can solr 3.6 support Chinese language?

I found it support lot of languages but Chinese. Update I can use Luke search my data, please see the screenshot Tried this: Add <fieldType name="text_chinese" class="solr.TextField"> ...
0
votes
1answer
55 views

Can I run Solr server without running rake command for rails application?

Is there any alternate way for running solr server without running rake command for rails application like providing all those solr related classes into single jar and then use that jar. Please ...
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
58 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 ...
0
votes
1answer
43 views

Sunspot/Solr: word concatenation

I'm using Solr with the Sunspot Ruby gem. It works great, but I'm noticing that sometimes users will get poor search results because they have concatenated their search terms (e.g. 'foolproof') where ...
0
votes
0answers
231 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
51 views

Searching with Lucene with stemming enabled

Suppose I store a set of strings (each document in Lucene would be a single word), and then given an input word W, I would like to retrieve all the document that not only match word W but also those ...
1
vote
2answers
67 views

Give advantage to search by phrase in sort SOLR

Search query which I send to SOLR is: ?q=iphone 4s&sort=sold desc By default the search works great, but the problem appears when I want to sort results by some field for eg. sold - No. of ...
0
votes
2answers
86 views

Get page numbers of searchresult of a pdf in solr

I'm building a web application where users can search for pdf documents and view them with pdf.js. I would like to display the search results with a short snippet of the paragraph where the search ...
0
votes
2answers
104 views

SOLR - Use single text field in schema for full text search

I am getting familiar with SOLR. I would like to use SOLR for full text search for many kind of entities. I don't want to create a Document for every different type of entity. I don't want to be able ...
0
votes
1answer
26 views

Associations with SOLR in Rails App

I'm facing a bit of a conundrum. I'm trying to build a search option as well as facets that will let users search by location of determined records. The problem is that my database is structured as ...
0
votes
1answer
187 views

Return all search hits in the highlighted list in solr using solrnet

We are trying to execute a solr based search on the content of text files and the requirement is trying to return all the hits of the search term in each document along with the highlighted text ...
0
votes
1answer
75 views

SOLR/Lucene weighting by user-centric criteria

We are switching from SQL Fulltext Search to Lucene (SOLR stack) search in the next few months. One last wrinkle in figuring out our strategy here has to with replicating one current part of our ...
0
votes
1answer
150 views

Securing Apache Solr in production

We are using Apache Solr 4.1 to index data for a web app. Only the web app should have access to the Solr. Users and other clients will not directly talk to Solr. What are some of the best practices ...
1
vote
3answers
148 views

full text search engine in hebrew

I want to try and use Elasticsearch as a full text search engine for a website in Hebrew. I wanted to know if this Elasticsearch can produce good results for Hebrew and if there are any big websites ...
0
votes
1answer
58 views

Confused about the affect of mergefactor on searching and indexing

Solr/Lucene documentation says the following: 1) High mergefactor leads to better indexing performance as writing the index to disk is minimized and the merging of segments too happens less ...
1
vote
3answers
170 views

the fastest way to save lucene-solr search result?

Currently SQL '%like%' search is used to get all the rows which contains certain keywords. we're trying to replace MySQL like search with Lucene-Solr. We constructed indexes, queried to solr with ...
0
votes
2answers
76 views

SOLR (lucene) XML support

Regarding SOLR as a fulltext search engine, I am looking for documentation about the support it has for XML documents. [1] Does it have any support in XPath (from point of view of asking about a ...
1
vote
0answers
45 views

Sunspot/Solr indexing terms that have a `-` in them

I've got a string field in one of my models that I want to index for full text search: class Organization < ActiveRecord::Base searchable do text :name end end which works great for ...
0
votes
1answer
278 views

How to integrate Hibernate and Solr together?

For people working with Hibernate to manage their objects persistence, Hibernate search is a real savior. After trying to develop similar functionality (collecting all objects changes and sending them ...
2
votes
1answer
229 views

Solr fulltext search in production - which is better sunspot:solr bundled solution or standalone tomcat+solr?

We are utilizing sunspot's Solr gem for a while in development mode. The application is now needs to be moved to production environment. Are there any cons of setting up solr in production ...
0
votes
0answers
41 views

Phrase Parsing with Solr

My Application would typically require solr to parse phrases (names of medical procedures and names of neighbourhood's in city locality) . I need phrase parsing which takes care of distance between ...
2
votes
2answers
69 views

(Full-Text) Search And Database Design

This is a system architecture question on designing full-text search with (relational) database. The specific software I'm using are Solr and PostgreSQL, just FYI. Suppose we are building a forum ...
0
votes
1answer
41 views

Which tool is better for storing html enabled text (closed email system)?

So my case is a closed email system. The emails are HTML enabled. What is needed: Full text searching (there are over 1 million emails in database, but they are usually pre-filtered based on users ...
0
votes
0answers
88 views

How to do searches for C# or C++ in Solr

I was wondering which analyzer or how can I stop solr from striping the # (pound) everytime I do a search for "C#", it just looks for "C", and removes the pound, I'm using the edismax query parser.
3
votes
2answers
83 views

Solr fuzzy search on hotdog and hot dog

New to solr search, I can't make it to happen so that when I search Hot dog, it can find hotdog, and when I search hotdog, it can find hot dog. Did try to put it into synonyms.txt, but does not work. ...
0
votes
1answer
70 views

Solr: Is it possible to define a JSON output schema different from the index schema?

I'm trying to implement a solution for a web app's using Solr which would receive the search request, send the query to the search server, receive its JSON response and pack this in the response ...
0
votes
0answers
52 views

INFO: Ignoring commit while not ACTIVE - state: REPLAYING replay:0

What does this mean? I get this msg whenever I try to perform a commit.
2
votes
1answer
2k views

I unloaded the default Solr Collection by mistake from the Solr Admin UI

How do I reload it into Solr again? If I try to launch the Solr Admin UI, I get the following message: There are no SolrCores running. Using the Solr Admin UI currently requires at least one ...
0
votes
1answer
75 views

Is there is a way to tell Solr to store the entire index as one file, instead of segments

I would like to Solr to store entire index instead of multiple segments
0
votes
1answer
149 views

How to set / configure the max size of a solr index file?

How do I configure the max size of a Solr Index file?
0
votes
0answers
322 views

Transaction log in solr 4.0 [closed]

What is the use of transaction logs in solr 4.0? Because I have the log files size around 2GB. I have to manually delete the logs. Is there option to cleanup the logs? By disabling in solrconfig.xml ...
0
votes
1answer
50 views

Prefered field searching in lucene

I have an index and I want to search it on multiple fields. I am working on Query Builder for this application wherein I want to give more preference to a certain field than others. Let's say the ...
0
votes
2answers
228 views

Ranking or position of a solr document in search results

I need to list the ranking (or position, as you might prefer) or each document after a query in solr. the thing i wanna see is something like this: <doc> <int ...
0
votes
1answer
166 views

Is it necessary for a unique key to be a uuid in Solr?

Can a unique key in Solr/Lucene schema be text_general instead? I have tried that but Solr doesn't overwrite the data, it simply adds another row hence duplicating the data. I have commented out ...
0
votes
1answer
116 views

Full import URL DataImportHanlder

I have configured my solr data import handler, and now want do to full import. On Solr Wiki page I have found that one way to check my config is: Hit _http://local_host:8983/solr/db/dataimport ...
0
votes
0answers
89 views

Expanding multiple sunspot solr searches

I'm performing a search on my database whereby I search for the initial parameters, then do a bit of intelligent query expansion and search again. My problems are: When I do my second search I ...
0
votes
1answer
103 views

Exact field search with solr/lucene

I have text field. And for given query I want to find all documents that contains indexed field values. query.contains(document.field_name) Examples: 1. field_name:"a b" 2. field_name:"a b c" ...
1
vote
2answers
141 views

Can SOLR/Lucene report calculated score of extra named documents, even if they're not in top N results?

I'd like to submit a query to SOLR/Lucene, plus a list of document IDs. From the query, I'd like the usual top-N scored results, but I'd also like to get the scores for the named documents... no ...
0
votes
0answers
52 views

backup or replication in embedded solr

I want to take backup of data using embedded Solr. is there anyway for making replication and moving data to some other location using embedded Solr? thanks in advance.

1 2 3 4 5