Apache Solr is an open source search server based on the Lucene Java search library.

learn more… | top users | synonyms (2)

0
votes
0answers
6 views

indexing time(duration) in solr

I have data about videos that I would like to index in Solr. One of the fields I want to use for faceting is "runtime". Is there a specific field type for time durations, as I don't think the Date ...
1
vote
0answers
10 views

solr indexing time increasing significantly with increase in documents

Previously my solr instance was having around 80k documents, and the average indexing time per 1k documents in batch was around 5 secs. Currently after the addition of around .25 million docs, the ...
0
votes
0answers
14 views

Error while searching text in drupal site with apache solr

Indexing mysql database with apache solr was completed successfully and it works in the solr admin area. But i could not search any text in my drupal site, it returns the error message "Search is ...
0
votes
0answers
8 views

Does Solr data import handler support custom variables?

I currently have an issue with my data import handler where ${dataimporter.last_index_time} is not granular enough to capture two events that happen within a second of each other, leading to issues ...
0
votes
1answer
11 views

Anyone has the best way for synonym search of multi keyword in solr?

I want to use synonym search in solr for multi keyword. But It doesn't work correct. I set the synonym "multi term" for "multerm" in synonym.txt. And I expect that Solr makes query-phrase for ...
1
vote
1answer
20 views

How ranking/score works in document joining in solr/lucene/elastic search?

I have 4 indexed documents. 1. Product category, 2. Product, 3. Product details 4. Sellers. I need to perform keyword search across all the fields of all four document and return top ranked products. ...
0
votes
0answers
6 views

Nutch segments folder grows every day

I have configured nutch/solr 1.6 to crawl/index every 12 hours an intranet with about 4000 documents and html pages. If I execute the crawler with an empty database the process takes about 30 ...
3
votes
2answers
1k views

Configure SOLR to find documents if the plural is used in the document, and the singular in the search text?

I am using solr, set up at localhost:8983 I am basically using the out of the box example. I have entered one document with a name "Car", and another with a name "Cars". If I visit either: ...
0
votes
0answers
12 views

Implementing AuoCompletion Using Solr in Oracle ADF

I would like to implement the autocompletion behaviour using solr with my ADF application.I have configured my solr server and able to get the values from java code. I have tried implementing this for ...
0
votes
0answers
16 views

solr 4.3.1 indexing an xml file with DataImportHandler

i've solr 4.3.1 running on jboss as 7.1.1. I'm trying to index a simple xml file <add> <doc> <field name="fname">test1</field> <field ...
0
votes
1answer
16 views

Webservice using axis2 in tomcat

I am new to develop web services.i am using axis2 to create web service and deploy in tomcat.I do it by getting some knowledge from the blogs and deploy it in tomcat7 no problem.when i check that web ...
13
votes
11answers
8k views

Solr DataImportHandler not found

I am using Solr 3.3.0 with Tomcat 6.0.26. I was able to successfully install Solr and i was even able to access its web interface using http:/localhost:8084/solr/admin. Now i want to use its ...
0
votes
0answers
12 views

semantic indexing and search open source

Hello can you recommend some open source for Semantic Matching. we explored s-match, stanbol but still need your expert advice on which one are available which is scalable, easy to install easy to ...
0
votes
0answers
15 views

Solr replication is extremely slow(less then 1MB/s)

Solr replication is extremely slow(less then 1MB/s) When the replication is runinng,network and disk occupancy rate remained at a very low level.(both master & slave) I've tried downloading a ...
0
votes
1answer
16 views

Solr AutoSuggest query response:: more than one field

I have tried to use Facet based and Terms based approaches to implement AutoSuggest feature. I am able to implement the feature with the query response containing a single field: The one on which the ...

1 2 3 4 5 422
15 30 50 per page