About updating the Wiki, just create your login and have at it. Anything
people think is wrong, they can edit
Best
Erick
On Sun, Aug 14, 2011 at 3:39 PM, Shawn Heisey wrote:
> On 8/13/2011 9:59 AM, Michael Sokolov wrote:
>>
>>> Shawn, my experience with SolrJ in that configuration (no autoC
On 8/13/2011 9:59 AM, Michael Sokolov wrote:
Shawn, my experience with SolrJ in that configuration (no autoCommit)
is that you have control over commits: if you don't issue an explicit
commit, it won't happen. Re lifecycle: we don't use a static
instance; rather our app maintains a small poo
Shawn, my experience with SolrJ in that configuration (no autoCommit)
is that you have control over commits: if you don't issue an explicit
commit, it won't happen. Re lifecycle: we don't use a static
instance; rather our app maintains a small pool of
CommonsHttpSolrServer instances that we
On 8/12/2011 4:18 PM, Shawn Heisey wrote:
On 8/12/2011 1:49 PM, Shawn Heisey wrote:
I am sure that I have more questions, but I may be able to answer a
lot of them myself if I can see better examples.
Thought of another question. My Perl build system uses DIH for all
indexing, but with the J
On 8/12/2011 1:49 PM, Shawn Heisey wrote:
I am sure that I have more questions, but I may be able to answer a
lot of them myself if I can see better examples.
Thought of another question. My Perl build system uses DIH for all
indexing, but with the Java rewrite I am planning to do all actions
I currently have a build system for my Solr index written in Perl. I am
in the process of rewriting it in Java. I've reached the part of the
project where I'm using SolrJ, and I have a bunch of questions. All of
the SolrJ examples I can find are too simple to answer them.
A note before I la