Tagged Questions
2
votes
1answer
32 views
How can I relate search indexes to models in MVC?
I have an MVC application which I need to be able to search. The application is modular so it needs to be easy for modules to register data to index with the search module.
At present, there's just a ...
4
votes
1answer
43 views
simple search using restful api
I'm a complete noob trying out my hands on Ajax and Jquery. By following an online tutorial, I successfully made a search engine using MySQL as the backend database;
<script>
$(function() {
...
0
votes
1answer
18 views
Solr highlights shorter similar words
Looking for some help in pointing me in the right direction. I am new user to SOLR and am using solrj to pull data back from the search engine.
Everything seems to work fine except the highlighting ...
0
votes
1answer
28 views
Solr: How to show if searched keywords are matched or not?
I don´t want to highlight the searched keywords, I need just the information which keyword exists in a document.
My search looks like this: q=keyword1 OR keyword2 OR keyword3 OR keyword4
The result ...
2
votes
2answers
46 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
0answers
32 views
Execution of Queries in Parallel: geotagged textual documents in Solr
I have around 100M of textual document geotagged (lat,long). THese documents are indexed with Solr 1.4.
I am testing a retrieval model (written over Terrier). This model requires frequent execution of ...
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
76 views
I want to build a search engine with Solr/Lucene [closed]
I want to build a search engine with Solr/Lucene. Shall I use for that Apache Solr 3 or 4 (I think in this context Solr=Lucene)? Furthermore, I have the Lucene in Action, 2nd Edition (for Lucene 3) ...
0
votes
2answers
51 views
Is there any MySQL's stored procedure alternative in Apache Solr?
Actually I have already created Web Application that widely uses MySQL Store Procedure. Now we want to integrate Apache Solr in our Web Application.
In existing application,the Store Procedure takes ...
2
votes
2answers
144 views
Documents in index per day
All documents in a Solr index have an "added" field containing the ISO 8601 date in which the document was added to Solr.
<result name="response" numFound="34587104" start="0">
<doc>
...
0
votes
1answer
370 views
Partial Update of documents
We have a requirement that documents that we currently index in SOLR may periodically need to be PARTIALLY UPDATED. The updates can either be
a. add new fields
b. update the content of existing ...
5
votes
3answers
106 views
Solr 4.0 storing and searching Normalize data of Profile
I was evaluating Solr 4.0 and Elastic Search 0.20.5 for linkedin type searching and wondering how to store Normalize data of user profile which can easily achieved in elasticsearch using nested ...
0
votes
0answers
47 views
Solr relevant Boosting
I have various field like name,location, landmark. If I search for any keyword and it hits name field much more than location then I want to boost name more that location. Again if it hits location ...
0
votes
1answer
41 views
How to sort documents containing products belonging to more than one location?
Suppose my index contains products with each product present at multiple stores. How to sort products based on the minimum distance between user and all the stores belonging to that product. I have ...
2
votes
2answers
133 views
How to modify search result page given by Solr?
I intend to make a niche search engine. I am using apache-nutch-1.6 as the crawler and apache-solr-3.6.2 as the searcher. I must say there is very less updated information on web about these ...
0
votes
1answer
149 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
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 ...
1
vote
2answers
56 views
Is there any way to track how many times a Solr search result is returned?
We are using a Solr 4.0 server to allow our users to do a google like search of our data, return objects are of type "Item". Does solr/lucene have anything available that can track how often a ...
0
votes
1answer
37 views
Is there a way to import the js library file to my DIH script?
I am importing some data using DIH, I'd like to use script transformer in order to perform some transformations before indexing.
As the transformations are a bit complex I am using an external js ...
0
votes
0answers
77 views
Semantic Search Engine with XML data as input
I want to design a semantic search engine which can give results from scraped XML files stored in local database.
I have considered following options.
Apache
Solr
Sindice
Hakia
Sphinx
Sensebot
...
1
vote
1answer
103 views
Extracting key phrases from documents indexed in solr
I want to extract the key phrases from the documents indexed in solr and show those phrases as tags for the user.This should be performed after the query has been executed.
For eg: if i type a query ...
0
votes
3answers
108 views
Document tagging
I have very huge solr index. I want to tag all documents with terms which better represent that document like this. Does this type of clustering results is also come under document tagging?
Which ...
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?
2
votes
3answers
125 views
What caching strategy for search queries
We are developing a search engine web application that will enable users to search the content of about 200 portals.
Our business partner is taking care of maintaining and feeding a solr/lucene ...
0
votes
1answer
134 views
Phonetic filter factory for Hindi
I am working with Apache solr ,I am trying to use phonetic filter factory , I have tried all the encoders that are available with solr.PhoneticFilterFactory but none of them is supporting indian ...
0
votes
1answer
386 views
Apache Solr Escape Query
I'm using Apache Solr with Solarium client library for PHP.
The problem is special character, a dash (-).
When I have a dash in my search query, I don't get any matches.
I tried to solve this by ...
0
votes
1answer
65 views
How can I use solr handlers internally?
So assume I want to implement custom morelikethis(or autosuggest) experience by merging output of two different morelikethis handler configurations.
Pseudo code could look like
class MyMoreLikeThis ...
3
votes
1answer
126 views
Improving type-ahead suggestions in Search using SOLR
What are the possible ways you could improve the type-ahead (auto-complete) suggestions that appear in a free-form search?
From my understanding, all the suggestions that appear for keywords are ...
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
2answers
86 views
How to make SOLR manipulate the results?
For an E-commerce website, we have stored the products as SOLR documents with the following fields and weights:
Title:5
Description:4
For some products, we need to ensure that they appear in the top ...
0
votes
0answers
69 views
Solr replication issue on mapped network drives
I am using solr version 3.5. I am trying to make replication of indexes using HTTP-API. It is working fine on all the local drives. I have mapped a shared network drive and named it as M. When I try ...
0
votes
0answers
79 views
Class not found Exception in Solr
I am trying to create an embedded solr service. The server has been created correctly. But while loading the cores I am getting an exception that org.apache.solr.common.SolrException: Error loading ...
2
votes
0answers
170 views
Solr Suggester Lookup Class for Predictive Search
I'm working on Solr 3.6 for auto suggestions. I've been referring to the Solr Suggester component (http://wiki.apache.org/solr/Suggester) for the same. But I'm unable to decide which Lookup class ...
1
vote
1answer
101 views
Solr popular search terms using Suggester
Referring to the following wiki text derived from the http://wiki.apache.org/solr/Suggester.
"A common need in search applications is suggesting query terms or phrases based on incomplete user input. ...
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"
...
0
votes
0answers
47 views
how to use analyzer “ik" in haystack
As we know, ik analyzer is a plugin of elasticserach. When I use haystack to create indexes, I just need type python manage.py rebuild_index. I dont know if it create indexes through analyzer. If not, ...
-4
votes
2answers
259 views
I want create search engine like Google, which search engine should I use? [closed]
I want create a search engine like google. Which search engine should I use? Does solr or elasticsearch suitable for that?
1
vote
1answer
76 views
what is model based search?
When I reading haystack document, I got Haystack is very Model-based and doesn’t work well outside of that use case.. What is model based search and model based data. Does google or bing search engine ...
1
vote
1answer
85 views
how to get summerized content in Apache Solr?
Im running the following query on apache solr:
http://localhost:8983/solr/select?indent=on&q=content%3Abook&fl=content
The probelm is that solr returns the whole content. what I want is an ...
0
votes
1answer
149 views
local variable 'results' referenced before assignment
I want to retrieve all indexes under elasticsearch index folder. I got this error.
UnboundLocalError at /tjobfucksearch/
local variable 'results' referenced before assignment
my views.py
from ...
1
vote
1answer
266 views
How solr filters actually implemented?
Is my understanding of query processing correct?
Get DocSet from cache or First filter query will create implementation of OpenBitSet or SortedVIntSet and cache it
Get DocSet from cache or All other ...
1
vote
4answers
88 views
Can Lucene be used where each entity to be ranked is a set of documents?
I am working on a project wherein each entity to be ranked is not a single document but infact a group of documents.
So the ranking not only involves standard search engine scoring parameters but ...
0
votes
0answers
32 views
Does haystack only make model search?
does haystack only works for model search? I am using elasticsearch. I have indexes in elasticsearch's data folder. Why haystack can not found indexes which are not created from haystack model? Any ...
2
votes
1answer
359 views
How to do simple boolean query in sunspot solr
>>> marketing = User.search do |s|
>>> s.fulltext "Marketing"
>>> end
>>> marketing.total
1448
>>> sales = User.search do |s|
>>> ...
0
votes
1answer
82 views
How boost document with distinct content in solr
I have crawled a website with Apache Nutch and index it to Solr.every page of my website has same title, furthermore result found only in content field. then i can't boost fields like this:
...
2
votes
1answer
232 views
Documents are reflecting after some delay in Solr 3.6
Working with Solr 3.6 for ASP.net application. We're using SolrNet library.
We have a custom program written in asp.net to incrementally add a documents to Solr using SolrNet. This monitors the ...
