solr « index « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » index » solr 

1. Is there an easy way to make Solr reference different indexes based on a set of credentials submitted with the request?    stackoverflow.com

I'd like to have a single instance of Solr, protected by some sort of authentication, that operated against different indexes based on the credentials used for that authentication. The ...

2. DynamicFields in Solr    stackoverflow.com

In my current project I need to index all e-mails and their attachments from multiple mailboxes. I will use Solr, but I don't know what is the best approach to build my ...

3. Using solr for indexing different types of data    stackoverflow.com

I'm considering the use of Apache solr for indexing data in a new project. The data is made of different, independent types, which means there are for example

  • botanicals ...

4. solr index subdirectory    stackoverflow.com

I have just started using SOLR. I have configured the data directory in the solrconfig.xml. However, I've noticed that a subdirectory called index is always created in the end. Is there ...

5. How to deal with constantly changing data and SOLR indexes?    stackoverflow.com

Afternoon guys, I'm using a SOLR index for searching through items on my site. The search results contain an average rating of the item and an amount of comments the item ...

6. Looking for a TokenFilter    stackoverflow.com


I am indexing some files written in spanish in Solr, and sometimes appears chars like ¿D é ....
I wonder if there is some TokenFilter to avoid this chars when ...

7. Solr spellcheck configuration    stackoverflow.com

I am trying to build the spellcheck index with IndexBasedSpellChecker

<lst name="spellchecker">
  <str name="name">default</str>
  <str name="field">text</str>
  <str name="spellcheckIndexDir">./spellchecker</str>
</lst>
And I want to specify the dynamic field "*_text" as the field ...

8. Can I store and join based on external attributes in Lucene/Solr    stackoverflow.com

Is there a way to store information about documents that are stored in Lucene such that I don't have to update the entire document to update certain attributes about the documents? ...

9. create multivalued index    stackoverflow.com

How do we create multivalued index through code.

10. Solr Incremental backup on real-time system with heavy index    stackoverflow.com

I implement search engine with solr that import minimal 2 million doc per day. User must can search on imported doc ASAP (near real-time). I using 2 dedicated Windows x64 with tomcat ...

11. Solr: strip punctuation before index    stackoverflow.com

I am having a problem with striping punctuation from the solr index When the punctuation sign follow right after a word then this word is not indexed properly. For example: if we index ...

12. Efficiently sorting and paging with Solr when index is changing    stackoverflow.com

I'm working on a structured document viewer, where each Solr document is a "section" or "paragraph" in a large set of legal documents, along with assorted metadata. I have a corpus ...

13. Solr indexing problem    stackoverflow.com

I am new to Solr. When i index the files, every variable gets indexed, but some are not searchable, how can i stop solr from displaying any results in that case.

14. Solr's SnowballPorterFilterFactory and Wildcard parameters    stackoverflow.com

I'm having an issue querying Solr using the following field type:

<fieldType name="text_ci" class="solr.TextField" positionIncrementGap="100">
   <analyzer>
      <tokenizer class="solr.WhitespaceTokenizerFactory"/>
      <filter class="solr.LowerCaseFilterFactory"/>
 ...

15. do I need to rebuild my lucene index for this change?    stackoverflow.com

Do I need to rebuild a Lucene index when I only add a random field to a schema? Or could I run some code to update that field without rebuilding ...

16. Choosing a solr/lucene commit strategy    stackoverflow.com

I have 120k db records to commit into a Solr index. My question is: should I commit after submitting every 10k records, or only commit once after submitting all the 120k records? ...

17. Best practice for ensuring Solr/Lucene index is "up to date" after long rebuild    stackoverflow.com

We have a general question about best practice/programming during a long index rebuild. This question is not "solr specific" could just as well apply to raw Lucene or any other similar ...

18. Has aynyone tried indexing a screwturn wiki, using Lucene-solr?    stackoverflow.com

At our university they have chosen to implement screwturn wiki. I am responsible for the enterprise search solution at this organisation. This solution is based on Solr-Lucene. I have been looking ...

19. Find total term count in Solr index    stackoverflow.com

I need to figure out how many unique terms are in our Solr (Lucene) index. And by unique terms, I dont mean by document. I mean total unique terms ...

20. How to reload synonyms.txt in Solr?    stackoverflow.com

When I changed my synonyms.txt I only see the diferences when I do this:

  • restart solr server
  • indexed some item (empty commit?)
Some knows a way to reload synonyms.txt file without restart server? Tks a ...

21. Solr - Faceted navigation on large index    stackoverflow.com

I have an index containing 1.2 billion of documents (Solr 1.4.1). I want to enable faceted navigation on a field (int type) containg around 250 unique values. I am getting Java heap ...

22. Apache Solr: Index CR2008 reports    stackoverflow.com

I'm working on an update to our company intranet... Currently I'm looking at into index. One of the cool things about Drupal is the built in search features. Some of the ...

23. How can I see all the data that solr is indexing?    stackoverflow.com

So I have a solr server running as part of a chef server. Some of my nodes just aren't coming up in searches. I can use ?q=*:* to show the documents ...

24. Solr Index slow after a while    stackoverflow.com

I use SolrJ to send data to my Solr server. When I start my program off, it indexes stuff at the rate of about 1000 docs per sec(I commit every 250,000 docs) I ...

25. Using Solr for indexing multiple languages    stackoverflow.com

We're setting up a Solr to index documents where title field can be in various languages. After googling I found two options:

  1. Define different schema fields for every language i.e. title_en, title_fr,... applying different filters ...

26. Solr multiword facets don't show up    stackoverflow.com

I have an index that it's size is more than 4GB. So re-indexing costs too much for me. I'm trying to show facets of search word. My facet_field is "category". Some ...

27. loading whole Solr index into Ram    stackoverflow.com

I know there is post on loading index into Ram for lucene. Faster search in Lucene - Is there a way to keep the whole index in RAM? But I ...

28. Solr config Woes -- solr running but not indexing    stackoverflow.com

I'm just getting started with Solr, running it from Tomcat6. I followed all the install instructions and the webapp seems to be running fine. I used curl to to send the ...

29. solr balanced indexing    stackoverflow.com

I have two Solr server. The databases every day large amounts of data changes will happen. How I know and automate the problem that, until solr0 adding/commiting/warmuping, while just solr1 serve, ...

30. ColdFusion 9.01 - Solr not indexing type="CUSTOM", why?    stackoverflow.com

We updated ColdFusion to 9.01 according to the Adobe Docs. Existing Solr Collections were still working, but if we created a NEW collection of type="CUSTOM" nothing was indexed. There are no ...

31. How do I index different sources in Solr?    stackoverflow.com

How do I index text files, web sites and database in the same Solr schema? All 3 sources are a requirement and I'm trying to figure out how to do it. ...

32. Solr 3.1 index directory not found using post.jar from Windows CMD - newbie install following tutorial and getting #400 MIssing Solr Core Name error    stackoverflow.com

Help. For the past two days I've tried to get Solr to index the exampledocs. I've learned a lot, but am completely stuck. I've tried it on two different ...

33. Building a Solr spellcheck dictionary from an external index    stackoverflow.com

I'm trying to build a Spellcheck dictionary in Solr. I have a multicore set up, my main searchable index (mainIndex) and a secondary one (spellIndex) with a fairly static set of ...

34. Solr indexing HTML entities    stackoverflow.com

I am indexing documents by Solr, which were scraped from the web. The documents contain HTML entities (such as &pound; or &#163;). Mostly the documents contain central european characters. Is there ...

35. SOLR 3.1 Indexing Issue    stackoverflow.com

We are facing some issues with SOLR search. We are using SOLR 3.1 with Jetty. We have set schema according to our requirement. We have set data-config.xml to import records into the ...

36. SOLR 3.1 Indexing Issue    stackoverflow.com

Possible Duplicate:
SOLR 3.1 Indexing Issue
We are facing some issues with SOLR search. We are using SOLR 3.1 with Jetty. We have set schema according to ...

37. MergerFacor effect on indexes    stackoverflow.com

my solrconfig.xml configuration is as :

<mainIndex>
   <useCompoundFile>false</useCompoundFile>
    <ramBufferSizeMB>32</ramBufferSizeMB>
    <mergeFactor>5</mergeFactor>
    <maxMergeDocs>10</maxMergeDocs>
    <maxFieldLength>10000</maxFieldLength>
    <unlockOnStartup>false</unlockOnStartup>
  </mainIndex>
and ...

38. Solr - How to index on multiple entities?    stackoverflow.com

I have two tables contacts and inventory. These two tables are not related. I want to index these two tables and search using Solr. Is this possible?

39. How index cifs server with solr    stackoverflow.com

is it possible to index some document on cifs server with solr ? Thanks

40. Resetting Solr index fails    stackoverflow.com

Currently if I send the following delete-by-query command to Solr, the index should be cleared of all entries:

//<delete><query>*:*</query></delete>
http://<solr-server>:<port>/solr/update?stream.body=%3Cdelete%3E%3Cquery%3E*%3A*%3C%2Fquery%3E%3C%2Fdelete%3E
The response I get from the solr server seems normal:
<response>
  <lst name="responseHeader">
  ...

41. Mocking and Unit Testing Solr and Lucene Index    stackoverflow.com

We need control of the data in the production solr index and we need it to be compatible with new development. Ideally, we'd like to mock the index on local machines, ...

42. Split a Solr index 1.4    stackoverflow.com

I have a Solr index 1.4 whose size is more than 20 GB. I would like to split it in 2 or 3 indexes. Lucene 3.3 has the function PKIndexSplitter but it ...

43. SOLR: Indexing failed. Rolled back all changes.    stackoverflow.com

i have the following in dataconfig_1.xml

<?xml version="1.0" encoding="UTF-8"?>
<dataConfig>
  <dataSource batchSize="-1" convertType="true" driver="com.mysql.jdbc.Driver" password="solrpw" url="jdbc:mysql://127.0.0.1/solrDB" user="solruser"/>
  <document name="items">
    <entity name="root" pk="id" preImportDeleteQuery="data_source:1" query="select a.id, a.body, a.headline  ...

44. Reverse Engineering data from Lucene/Solr Indexes    stackoverflow.com

I am investigating whether it is feasable to deploy search servers to the cloud and one of the questions I had revolved around data security. Currently all of our fields ...

45. indexing in solr lucene    stackoverflow.com

I have a site in which users can post some questions, so I a have a table in mysql like this

question_id, user_id, tags, views, creation_date
what I want is ...

46. Solr facet counts are not correct, how to deduplicate    stackoverflow.com

We are using two solrs to index the files. Sometimes one article is indexed in both solrs because we do update. It cause a problem that the facet counts are not ...

47. Speeding up Solr Indexing    stackoverflow.com

I am kind of working on speeding up my Solr Indexing speed. I just want to know by default how many threads(if any) does Solr use for indexing. Is there a ...

48. solr indexing and reindexing    stackoverflow.com

I have the schema with 10 fields. One of the fields is text(content of a file) , rest all the fields are custom metadata. Document doesn't chnages but the metadata changes ...

49. What is a good way to index a Solr record in which the source data comes from multiple sources?    stackoverflow.com

I have multiple sources of data from which I want to produce Solr documents. One source is a filesystem, so I plan to iterate through a set of (potentially many) files ...

50. Solr Index pull fails    stackoverflow.com

I have master - slave configuration of solr.On master index will be updated 24X7.its a continuous process.my slave pulls the index from the master after every 30 minutes. The Problem is this ...

51. How to process AT&T token in solr index    stackoverflow.com

I have an index containing AT&T as a field , but when I search for this field we cannot put & sign in the query , so it is encoded ...

52. VIVO, Linked Data Index Builder and Apache Solar    stackoverflow.com

I am trying to index VIVO RDF data using Linked Data Index Builder in Apache Solar. But I dont know how to integrate those two. I have a VIVO instance localy ...

53. How to index rows like columns in Solr    stackoverflow.com

I have a products table on my database, and a table with features of this products. The features table have 3 columns: id, type and value. Id is a foreign key ...

54. Solr indexing is taking way too long    stackoverflow.com

We need to create our index in Solr and it is taking way too long. We have about 800k records and it seems like it is going to take 15 ...

55. Solr index items disappearing    stackoverflow.com

I'm setting up a Solr search, using Coldfusion 9 and Solr 1.3 (according to the schema.xml file) I'm populating the index from multiple data sources. Each one does an optional "delete" ...

56. Use lucene index in java application    stackoverflow.com

Recently i stared working on solr. I have created index in solr and i want to query on it through my java application. I don't want to use solr.war in my ...

57. how to get the Index Size in solr    stackoverflow.com

I need to get the Index Size of the total documents in Apache Solr in Java. And this code is getting the numFound means total number of documents in Apache Solr. ...

58. Create index on two unrelated table in Solr-2    stackoverflow.com

I need to create index from two tables that are not related. But when I try to do so I get the response that record fetched is equal to both tables ...

59. Coldfusion CFSEARCH: indexing SQL data with Solr    stackoverflow.com

I read the Indexing SQL data chapter of the "Web Application Construction Kit", by Ben Forta. Passing a query object to the CFINDEX tag is great for building an index from scratch ...

60. Apache Solr and Object Oriented way "simulation"    stackoverflow.com

i have a tipical solr stuff: need of indexing documents, only that my documents are related to the topics, not associated with them in advance... in OO paradigm this scenario would ...

61. Solr index command options    forums.oracle.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.