| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
1594 (0.161s).
|
|
|
Loading phrases to help you refine your search...
|
|
Lucene build & ivy problems - Lucene - [mail # dev]
|
|
...If I have all of the dependencies downloaded, how can I tell the build to skip checking the repositories? I'm working on a somewhat dodgy internet connection. I ran 'ant example' a hu...
|
|
|
Author: Lance Norskog,
2012-10-22, 03:03
|
|
|
Re: DIH throws NullPointerException when using dataimporter.functions.escapeSql with parent entities - Solr - [mail # user]
|
|
...If it worked before and does not work now, I don't think you are doing anything wrong :) Do you have a different version of your JDBC driver? Can you make a unit test with a minimal DI...
|
|
|
Author: Lance Norskog,
2012-10-20, 03:18
|
|
|
Re: Solr-4.0.0 DIH not indexing xml attributes - Solr - [mail # user]
|
|
...Do other fields get added? Do these fields have type problems? I.e. is 'attr1' a number and you are adding a string? There is a logging EP that I think shows the data found- I don't know how...
|
|
|
Author: Lance Norskog,
2012-10-20, 03:07
|
|
|
Transient commit errors during autocommit - Solr - [mail # user]
|
|
...When a transient error happens during an autocommit, the error does not cause a safe rollback or notify the user there was a problem. Instead, there is a write lock failure and Solr has to b...
|
|
|
Author: Lance Norskog,
2012-10-20, 01:20
|
|
|
Re: Flushing RAM to disk - Solr - [mail # user]
|
|
...I do not know how to load an index from disk into a RAMDirectory in Solr. | From: "deniz" | To: [EMAIL PROTECTED] | Sent: Wednesday, October 17, 2012 12:15:52 AM | Subject: Re: F...
|
|
|
Author: Lance Norskog,
2012-10-17, 20:55
|
|
|
Re: Flushing RAM to disk - Solr - [mail # user]
|
|
...There is no "backed by disk" RamDirectory feature. The MMapDirectory uses the operating system to do almost exactly the same thing, in a much better way. That is why it is the default.  ...
|
|
|
Author: Lance Norskog,
2012-10-17, 06:47
|
|
|
Re: How many documents in each Lucene segment? - Solr - [mail # user]
|
|
...CheckIndex prints these stats. java -cp lucene-core-WHATEVER.jar org.apache.lucene.index.CheckIndex | From: "Shawn Heisey" | To: [EMAIL PROTECTED] | Sent: Monday, October 1...
|
|
|
Author: Lance Norskog,
2012-10-17, 04:28
|
|
|
Re: Solr Autocomplete - Solr - [mail # user]
|
|
...http://find.searchhub.org/?q=autosuggest+OR+autocomplete | From: "Rahul Paul" | To: [EMAIL PROTECTED] | Sent: Monday, October 15, 2012 9:01:14 PM | Subject: Solr Autocomplete | &...
|
|
|
Author: Lance Norskog,
2012-10-16, 04:24
|
|
|
Re: How to import a part of index from main Solr server(based on a query) to another Solr server and then do incremental import at intervals later(the updated index)? - Solr - [mail # user]
|
|
...Solr's Java Replication feature downloads changes to an index. It does not need to pull the entire index. I think what you need to do with the SolrEntityProcessor is this: do a Solr so...
|
|
|
Author: Lance Norskog,
2012-10-14, 10:40
|
|
|
Re: Solr - db-data-config.xml general asking to entity - Solr - [mail # user]
|
|
...Two answers: 1) Do you have maybe user names or timestamps for the comments? Usually people want those also. 2) You can store the comments as one long string, or as multiple entries in a fie...
|
|
|
Author: Lance Norskog,
2012-10-14, 10:39
|
|
|
|