Apache Solr is an open source search server based on the Lucene Java search library.
0
votes
0answers
12 views
Getting History.js to work with Ajax-Solr
I'm working with Solr 4.3.0 and implementing Ajax-Solr for the interface. However, Ajax-Solr does not save state automatically. There is a ParameterStore and ParameterHashStore method but they don't ...
0
votes
0answers
10 views
Solr filter query including NOT and OR
For a filter query in Solr, I need to include all documents not of a certain type, plus any documents of that type which have a value in a certain field.
I tried this:
fq=(-type_id:(A) OR ...
0
votes
1answer
9 views
Retrieve results from SOLR using jquery calls
I am working to get response from SOLR using jquery. When I use the below code I got the error saying Typeerror:data is null
When looked at the code in firebug, data in on_data function is null. I ...
0
votes
0answers
15 views
Searching Images in Solr
I am new to Solr. I need to be able to search on image meta data in Solr. Also, I need to have the simple search and view ability to view the image in Solr.
Currently, 1) I crawl the sites with ...
0
votes
0answers
6 views
solr plugin in java using search handler
Kindly help me.i was google it for this solution for long time.still i didn't get a clear solution,my question is,how to write a simple pluging using java,in java class extends search handler of ...
0
votes
0answers
16 views
Is it possible to select and delete in the same query with SOLR (apache)
Documents can be added and removed any times.
I need to remove some documents for historic storage.
Is it possible to select AND delete in the same request ?
Select&delete data
Store data ...
0
votes
1answer
16 views
Magento Solr: Increase weight of title in schema.xml?
I have a Magento-installation with Solr search. This works fairly well although it doesnt give relevant hits on a few queries. It seems that the the "title" attribute is not weighed higher than other ...
0
votes
0answers
15 views
Disable solr.SynonymFilterFactory when you find phraseme (collocation)
I would like to use dictionary of collocation (which I stemmed before) to find phrases which don't need to look for synonyms. For example if user type query like this:
rock and roll
I shouldn't ...
1
vote
1answer
18 views
Records not getting deleted in solr
I am using below query to delete the record of solr but its not getting deleted.
/solr-4.0.0-BETA/update/?commit=true -H "Content-Type: text/xml" --data-binary '<update ...
1
vote
1answer
28 views
Duplicate documents with same unique key
For a particular Solr application, I need to have duplicate results discarded. I have a field id set as a unique key in schema.xml as such:
<uniqueKey>id</uniqueKey>
When I call ...
0
votes
1answer
13 views
Setting maximum string length in ExtractingRequestHandler (“Solr Cell”) .. setMaxStringLength()
I'm using Solr and ExtractingRequestHandler to index documents but I do not know how to do the equivalent of Tika setMaxStringLength().
It appears to be indexing all of the smaller documents but not ...
0
votes
1answer
10 views
Error accessing /solr/admin/. Reason: Severe errors in solr configuration
I'm getting an issue that I really can't find out why it's happening. I'm using the "example" package from SOLR website on a DEV environnement. I've change the schemal.xml to fit my needs and at this ...
0
votes
1answer
20 views
Nutch - Crawler not following next pages in paginated content
I'm using nutch 1.6 to crawl a paginated web page containing 20 products/page, with this command:
./nutch crawl urls -dir <dir> -depth 4 -topN 100 -threads 100
I'm getting the 20 first ...
0
votes
0answers
26 views
URL json found in browser, no found jquery
I have made this function to treat data with json and I respond with an error 200.
with the error resulting in the url in the browser works, but if I make the call to that function with jquery not ...
0
votes
1answer
14 views
Apache Solr core per file
I am uploading many csv files
currency.csv file:
code,currency_name,currency_decimals
AUD,Australian Dollar,2
GBP,Pound Sterling,2
...
...
currency_holidays.csv file:
...
0
votes
1answer
22 views
Solr sorting results
I need to sort my results by field, but not all documents have this specific field. For example, I have products which are real products and have products which are accessories, so if document DOESN'T ...
0
votes
1answer
19 views
Separate Nutch regex files to crawl and index to multiple Solr cores
My setup is: Nutch 1.6 and Solr 4.3.0 on Ubuntu Server 12.04 LTS
I need to crawl and index the content of a big website and would like doing this using separate cores.
I've configured Solr and ...
0
votes
1answer
24 views
Nutch - Are the -depth and -topN still available in 1.6
I want to know if the parameters -depth & -topN are still available nutch 1.6.
I dont even know what's the difference between these parameters and the limit parameter in /bin/crawl bash script?
0
votes
1answer
25 views
adding upload file interface to my solr browser
I am new to solr 4.0.
I already made a custom browser site.
1)I want to add an upload file interface to it, so clients can upload their own files from home.
2)After a file is being uploaded i want ...
2
votes
2answers
38 views
How to search for :) in Solr
How does one search for specific punctuation in Solr, such as :)? I have tried URL encoding the text but I still get this message:
org.apache.solr.search.SyntaxError: Cannot parse ':': Encountered " ...
0
votes
0answers
17 views
how to keep doclist in solr server for 2 to 3 minutes
I update solr server with a list of SolrInputDocument in every 2 minute. This list may contain 1000 to 2000 SolrInputDocuments. when I search using CommonsHttpSolrServer.query() it return large ...
1
vote
1answer
20 views
Solr & Nutch - Indexing only certain urls
I'm using nutch 1.6 for crawling, and solr 3.6.2 for indexing the urls crawled.
But, I want to keep only urls containing details.
What I have done is to add many (a lot of) filters to ...
0
votes
0answers
14 views
Alfresco solr index crawling for third party application?
Can it be possible to crawl alfresco 4.2 solr indexes from outside third party application using crawling and user can directly search alfresco content from here?
I am using alfresco 4.2 with solr ...
0
votes
1answer
15 views
solr: Create filter query with a function
One of the values returned by my solr query is a calculated value (using solr 4.0). The function is
sum(product(2,preis12_0_3),preis34_0_3)
Now I would like to filter the resultset on the values ...
0
votes
0answers
20 views
“pysolr.SolrError: [Reason: /solr4/update/]” when running mongo_connector.py
As a follow on from this problem I was having before: (How long does mongo_connector.py usually take?)
I was wondering if anyone else has had this problem when running the following:
$ python ...
1
vote
1answer
25 views
Creating or importing Solr data sources programmatically
I have a modular application which by nature means that some or all parts are enabled or disabled at any one time, and new ones can be added or removed at any time.
Looking at the Solr documentation, ...
0
votes
2answers
18 views
Solr highlighting every word individually for a phrase query
Say I have a field in Solr which has the value, "The rain in Spain falls mainly in the plain."
And I want a highlighted result for the phrase, "falls mainly".
I pass these parameters to the ...
0
votes
3answers
30 views
Solr: How to search for documents that have a word in the first X words of the document ?
Is there a way to search for all document that include a word in the first 10 words of a certain field?
Thanks
0
votes
1answer
18 views
apache solr csv file same values
We have identified Apache Solr as a possible solution to our problem. Please bear with me, I'm new to Apache Solr. We are planning to upload several large CVS files and use Solrs REST like feature to ...
1
vote
2answers
26 views
Delete element of Solr
I deleted an item you do not need to solr, but I solr response still appears.
The json:
{
"responseHeader": {
"status": 0,
"QTime": 1,
"params": {
"facet": ...
0
votes
0answers
18 views
Solr: Similar search with a shorter query
When I use Google and search f.ex. for "apache solr facet foobar" I get something like this:
Results for similar searches
Creating a Custom Apache Solr Facet | OpenSourcery
Apache Solr provides a ...
0
votes
2answers
23 views
Search word in string in Solr 4
On a solr 4, I'm making a query for a word "black" and it returns me the results of the only product that have exact word - "black" in the name & desc. I'm searching only on the name and ...
0
votes
1answer
26 views
Make JVM/Solr not swap, using mlockall
I saw ElasticSearch provides the mlockall option which permits to keep the JVM heap inside physical memory instead of virtual memory (which may or not be physical), and to avoid swapping the heap.
Is ...
0
votes
1answer
14 views
Solr sint type limit
i've this schema:
<fields>
<field name="id" type="sint" indexed="true" stored="true"/>
<field name="title" type="text" indexed="true" stored="true"/>
<field ...
0
votes
0answers
28 views
spell check with haystack
I am getting None in spell check
first i made changes in settings.py
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.solr_backend.SolrEngine',
'URL': ...
0
votes
1answer
30 views
How to crawl, process and index social media profiles?
For a new tech-startup venture we want to set up a so called "Social Crawler". With this piece of software we want to give clients the ability to search for potential employees. The results (E.g. ...
0
votes
1answer
24 views
Processing XML values returned from solr
I'm querying apache solr and getting XML response in the following format
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int ...
0
votes
1answer
16 views
apache solr match “convrgys” with “convergys”
[i am apache solr newbie] Hello i'm trying to match "convrgys" with "convergys", options are use synonyms.txt and add convrgys => convergys something like that or implement auto suggestions using solr ...
0
votes
1answer
59 views
How long does mongo_connector.py usually take?
I am trying to update a Solr index from MongoDB. The issue is that it seems to take forever to run and I can't determine whether it is timing out. I can leave it for up to 6 hours at a time and don't ...
0
votes
1answer
16 views
solr facet field values appear to be generated by solr
I want to facet on a specific field. The field is defined as
<field name="specials_de" type="textgen" indexed="true" stored="true" multiValued="true"/>
Two of the values in specials_de are ...
-2
votes
0answers
10 views
how to install apache solr in php [closed]
I want to install Solr into the PHP but not getting the steps how to integrate it.
I have gone through this link http://www.php.net/manual/en/solr.installation.php
0
votes
2answers
29 views
Memory not beeing freed while indixing using solrj
We start indexing data from DB using solrj , we retrieve about 1 million record from the DB and then we make some process using java over the record .
But we face some problem with the memory .
When ...
0
votes
1answer
14 views
Solr replication can be done with automatic dictionary update?
I am wondering if Solr replication can be done with some key dictionary files update. I am building an index from a build machine and then these will be replicated to a few real production solr ...
3
votes
3answers
73 views
Indexing Sitecore Item security and restricting returned search results
I have several roles defined, each with different restrictions to content and media items and I would like to restrict the search results that are returned based on the access rights of the currently ...
0
votes
0answers
19 views
Magento - using Solr search engine, layered navigation on search results page shows wrong filter counts
I changed the Catalog Search engine in Magento to use Apache Solr, which works fine (after some tweaking to existing extensions).
However, the "layered navigation" (also called "faceting" or "search ...
0
votes
0answers
42 views
Importing 10000 rows to Solr fetches hundreds of thousands of rows
I'm trying to import five or so tables from MS SQL Server 2005 to Solr 4.3.0 on Ubuntu. Ultimately I want to import all the rows in each table, but for now I'm using "top (10000)" to limit my import ...
2
votes
1answer
33 views
integrate Nutch 1.6 with Solr 4.3 IOException when running <nutch crawl urls -solr http://localhost:8983/solr/> Job Failed. Any ideas?
I am trying to integrate Nutch 1.6 with Solr 4.3 (I copied the /apache-nutch-1.6/conf/schema-solr4.xml into collection1/conf/ and rename the file to schema.xml). I also tried Nutch1.5.1 to integrate ...
0
votes
1answer
30 views
Solr query does not return expected results
My Solr server references events, with various text fields (event name, description, keywords...) and of course begin date and end date.
When I launch the following query:
...
0
votes
0answers
16 views
SOLR 4 Atomic Updates using tika
Has anyone used atomic update with tika? I can get tika to update, but of course it destroys the indexed data. I know atomic updates is what I need but am unable to get it working. Any help is ...
0
votes
1answer
38 views
solr unable to search with exact value
I am using Solr 4.1.0 and I'm facing a strange issue. If I give a value to search for a field, even be it exact or involving a wildcard, it gives me 0 search results. On the other hand if I just give ...


