solrnet « 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 » solrnet 

1. How multiple index files can be used with Solrnet(lucene)?    stackoverflow.com

I need to query two index files in solrnet. i will get ids from one index file and then will query other index files according to that IDs. I want to ...

2. SolrNet - Adding to excisting index    stackoverflow.com

I have a Solr server setup successfully with working searching and indexing capabilties. There is about 380 documents in it after a full-import from my database. Since running a full import each time ...

3. How often to call commit on an offline Solr/Lucene index?    stackoverflow.com

I know there have been some semi-similar questions, but in this case, I am building an index which is offline, until build is complete. I am building from scratch two ...

4. Solr - Indexing products with attributes as Key / Value pair    stackoverflow.com

I’m currently looking at developing a solr application to index products on our e-commerce website. Some example fields in the schema are:

  • ProductID
  • ProductName
  • Description
  • Price
  • Categories (multi-value) ...

5. Solr search query for dynamic fields indexed    stackoverflow.com

I am implementing the solr search in my project . I have one question regarding how do i search a dynamic fields that is created in a solr index Eg:- this ...

6. Duplicates in Solr index - items added twice or more times    stackoverflow.com

Consider you have a Solr index with approx. 20 Million items. When you index these items they are added to the index in batches. Approx 5 % of all these items are ...

7. Can't add to Solr index - document is missing uniqueKey field?    stackoverflow.com

I'm using SolrNET to manage my Solr index. After I updated the schema with a new uniqueKey field called "guid", I can't add documents to Solr. This is the Tomcat log error:

...

8. SolrNet: What is the correct way to specify Boost values at index time?    stackoverflow.com

I am going to index documents that will have Boost values from 1 to 10. One way is to simply use AddWithBoost(doc , boostvalue) . But is this the correct way? ...

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.