Tagged Questions
0
votes
0answers
11 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
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
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 ...
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 ...
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 ...
-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
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 ...
0
votes
1answer
33 views
Problems communicating between Apache Solr and Magento Enterprise - only “pings” in the Solr log
I recently set up an Apache Solr 1.4.1 server to work with Magento Enterprise 1.9.
The setup seems to work fine, and Magento reports that it can successfully conntect to Solr.
I can perform Solr ...
0
votes
1answer
31 views
What I need to write in schema.xml for searching in two or more fields in Solr?
I'm new in Solr.
I've indexed 3 fields from MySql to solr.
Id, first_name, last_name.
I want to search in first_name and last_name.
In schema.xml I wrote:
<fields>
<field name="id" ...
0
votes
0answers
19 views
Apache Solr - SolrDispatchFilter null:java.io.FileNotFoundException
I'm using Apache Solr to index rich documents. It was working fine but suddenly I'm getting the following errors every time I try to index a document:
11:32:16 SEVERE SolrDispatchFilter ...
1
vote
0answers
27 views
SOLR searching issue in RAILS
We have a solr search implemented. We are encountering a situation and wish to tackle it as cleanly as possible. We have a book that has an isbn number and it has a relation of isbn numbers in ...
0
votes
1answer
24 views
How to connect DisMax handler solr?
How should I configure solrconfig.xml for connecting DisMax plugin? I need it to use full-text search.
0
votes
0answers
14 views
exact match results do not show up though it is in the index
I am not getting exact match 100% of the time, I am using string for exact match and
copyField for stemmed. Here is the schema
<field name="f1" type="string" indexed="true" stored="true" />
...
0
votes
0answers
34 views
undefined symbol when load Apache Solr PHP extension [closed]
I'm using php 5.2.6 and install Apache Solr PHP extension but when I restart Apache it gives the error:
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php/modules/solr.so' - ...
0
votes
1answer
42 views
Apache Solr - Unable to access admin page
On mac snow leopard, I have installed Apache Solr 4.2.0 using brew and triggered the server using the below commands,
Usage: $ solr path/to/config/dir
When I try to access the admin page in browser ...
0
votes
0answers
76 views
solr first found exact match then fuzzy search
I setuped solr apache. I need to show first only exact match and then only world found fuzzy search. I use hightlight.
For example, I try to found world test in answer I get the sentences with ...
1
vote
1answer
50 views
Sort a facet field by index not count in Solr
I am trying to sort a facet field by 'index' and not by default 'count'. http://wiki.apache.org/solr/SimpleFacetParameters#facet.sort
I have facet fields such as Date, Places, Keywords. By default, ...
0
votes
1answer
124 views
Nutch bin/crawl script is failing - Manual steps work fine
I'm trying to run the script provided in Nutch 1.6 "bin/crawl" which does all of the manual steps below required to go off and spider a site.
When I run these steps manually everything works fine and ...
0
votes
1answer
57 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
2answers
152 views
Data Import in Solr 4.2 not working?
My data-config.xml is as follows and I have kept in the the Conf folder along with the solrconfig.xml :-
<dataConfig>
<dataSource name="Sample" driver="org.postgresql.Driver" ...
0
votes
0answers
34 views
run start.jar file button clicked. Apache Solr
I want to run start.jar file, when button clicked, I find this,tried and it work other .jar file
Runtime.getRuntime().exec("java -jar ...
0
votes
1answer
38 views
Solr Interfaces
are there any other interfaces, which I can use to index data, as HTTP?
I've got a huge anmount of files to index, which would take lots of time.
I could write POST Clients, but I don't want to use ...
0
votes
1answer
35 views
Solr File Indexing map content by pages
I would like to index files in Solr.
I have already made an "output script" with PHP, but my project leader has given me the task of displaying the page number of the found text.
So:
- I am ...
0
votes
1answer
117 views
how can i implement “People also search for” just like google [closed]
Hi, I was wondering what is the way to implement "People also search for"; when you do a search for something, you could show something on the side saying people who searched for this also. You can ...
0
votes
1answer
51 views
solr pdf extraction works but no indexing
I working with solr to extract pdf files and index it. now I am able to extract it with the following code:
private static void IndexPDFFile(ISolrOperations<Article> solr)
{
string ...
1
vote
2answers
172 views
solr lazy loading error during pdf file extraction
I am working with solr to index pdf and doc files. I am working with the bitnami stack (http://bitnami.com/stack/solr)
now I add the following code to my c# app:
string filecontent = null;
...
0
votes
1answer
51 views
Solr sort different criteria for each subset
We are using Apache SOLR for full text search. We have specific requirement for sorting the search results - basically when querying for data, we need 2 sets of data - A and B, but each set should ...
0
votes
0answers
56 views
apache nutch (standalone) and Solr - image search engine
Can you please suggest me apache nutch (standalone) and Solr configuration and schema setup for image search engine ?
0
votes
3answers
112 views
Extracting HTML meta tags in Nutch 2.x and having Solr 4 index it
I am using Nutch 2.0 to crawl some websites but I do not see HTML meta tags like title, description are extracted and stored in MySQL database. Any idea how can I get it work?
Thanks
Arash
0
votes
1answer
56 views
Is there anyway to log the list of urls 'ignored' in Nutch crawl?
I am using Nutch to crawl a list of URLS specified in the seed file with depth 100 and topN 10,000 to ensure a full crawl. Also, I am trying to ignore urls with repeated strings in their path using ...
0
votes
1answer
76 views
how to stop jetty without knowing the stop key
when i ran jetty which is embedded with in apache solr. All i did was
java -jar start.jar
and it ran i put the process in the bg by doing ctrl-z and bg
i am trying to stop it by
java ...
0
votes
1answer
135 views
Apache Solr & schema.xml
I have just began with Apache Solr 4.1 yesterday and though I have managed to get our MySQL data imported successfully in Solr, I am unable to view any data using queries. I suspect the problem is in ...
0
votes
0answers
78 views
Greedy search in Apache Solr using PHP Solarium client
I am using Solr for search user data in a project. Now I want to some greedy search.
EX.
If I searched for text123 , then it also gave me similar results like
text1234,
text12,
text252.
Now I ...
1
vote
1answer
75 views
How do I use MoreLikeThis function on Solr to find similar documents to a text file?
I am trying to use solr to do the following:
Read some text from a txt file, and use MoreLikeThis on the text to find similar documents to that text. How can I do this with Solr?
From what I know so ...
0
votes
1answer
59 views
Solr: Excluding certain HTML tags or only including certain tags within indexes
I'm currently using Solr-Cell to grab the contents of several html pages and index them. The issue is that I have a menu in the header which is shown on all the pages. This Menu and all its items are ...
0
votes
2answers
108 views
Solr document snippets not returned for a document that contains the query word
I am using Solr 3.6.2 to extract snippets for documents that I am certain to contain a specific string. (First of all, is that usage correct?) Unfortunately, I get snippets that do not contain my ...
0
votes
3answers
242 views
How to connect Apache Solr with mysql
I want to connect Apache Solr Search Server with mysql server so that i can fetch filtered data from my database and convert it to JSON or XML.
0
votes
1answer
648 views
There are no SolrCores running [closed]
i am getting error when open http://localhost:8005/solr/. i am working with jetty on ubuntu 12.10.
pls check below screen short of my error page
thanks in advance.
...
3
votes
1answer
58 views
Apache solr set domain priority
I crawled with nutch 3 domains (domain01, domain02 and domain03).
I want to get all posts which contains specific keyword (ex. "champions league"), and than in results first show the posts from ...
1
vote
0answers
80 views
Apache Solr on Appfog
I am very new to Apache Solr and I am trying to deploy it on Appfog application running the Java runtime. I can deploy the start page: sga-search.aws.af.cm, but nothing else will work. Could someone ...
0
votes
1answer
612 views
Failure in installing apache solr 4.0.0.but the same server configuration worked perfectly with apache solr 3.6.2
I was trying to install Apache solr 4.0.0 with apache tomcat , But it is giving an error like this,
SolrCore Initialization Failures
collection1: java.io.IOException:java.io.IOException: Can't find ...
0
votes
1answer
165 views
Apache Solr which version to download 3.6.2 or 4.0, what is the main difference
There are 2 versions of Apache Solr on their official website 3.6.2 and 4.0:
http://lucene.apache.org/solr/downloads.html
What is the main difference, how to choose one?
2
votes
1answer
96 views
How can i crawl page but without fetching video/image content in nutch 2.1?
I want to crawl a page and I need to take only the HTML itself, avoiding all images/videos etc...
Is it possible to do this?
Thanks in advance.
3
votes
3answers
223 views
Recrawl URL with Nutch just for updated sites
I crawled one URL with Nutch 2.1 and then I want to re-crawl pages after they got updated. How can I do this? How can I know that a page is updated?
-1
votes
1answer
50 views
Search Results Clustering with Apache Solr [closed]
I have implemented a search and indexing engine using Apache Solr.
I am looking to gather the metadata of the file, index it and make it searchable. Also I want to do data grouping based on keywords ...
2
votes
0answers
60 views
Solr Document Tagging
I am working with Solr and my need is to tag documents that are indexed based on the content that resides within the documents. I am thinking of using KEA for extracting key phrases. So i wanted to ...
1
vote
0answers
59 views
Solr whitespace suggester/query analyser
I would like to know if it is possible to have a whitespace suggester? I worked with the suggester but it only gives tokens results.
Example of what I'm looking for:
Indexed item: b123-456
This ...
0
votes
1answer
172 views
Solr StandardTokenizerFactory tokinize on dots filter
I wan't to search for certain numbers in my index but I'm having trouble with certain results. (I'm using edismax.)
Example:
Term in index I want to search: b1.123.456
Query I use is b1 123 ...
0
votes
1answer
119 views
Apache Solr 4:Distributed Indexing
I'm quite new to Apache Solr.I have developed a program for document search using SolrJ.It works very well.Now I want to distribute index to two differnt machines(Shards).I'm using Apache Solr4. What ...
0
votes
0answers
179 views
Using Solr with PHP
I am trying to use solr with php . I have configured my solr application and it's working fine . However I am not able to communicate with solr using php . I have tried a number of extensions : ...