res.setResponse( server.request( this ) );
>res.setElapsedTime( System.currentTimeMillis()-startTime );
>return res;
> }
> ____
> From: Walter Closenfleight [walter.p.closenflei...@gmail.com]
> Sent: Friday, September 23, 2011 8:55 AM
*
I have a java program which sends thousands of Solr XML files up to Solr
using the following code. It works fine until there is a problem with one of
the Solr XML files. The code fails on the solrServer.request(up) line, but
it does not throw an exception, my application therefore cannot catch it
Staszek,
That makes sense, but this has always been a multi-core setup, so the paths
have not changed, and the clustering component worked fine for core0. The
only thing new is I have fine tuned core1 (to begin implementing it).
Previously the solrconfig.xml file was very basic. I replaced it with
eringComponent that's
> missing
> or some other class ClusteringComponent depends on.
>
> Cheers,
>
> Staszek
>
> On Thu, Jun 30, 2011 at 04:19, Walter Closenfleight <
> walter.p.closenflei...@gmail.com> wrote:
>
> > I had set up the clusteringComponent in s
I had set up the clusteringComponent in solrconfig.xml for my first core. It
has been working fine and now I want to get my next core working. I set up
the second core with the clustering component so that I could use it, use
solritas properly, etc. but Solr did not like the solrconfig.xml changes
Ah, I think I suddenly answered my own question, but appreciate further
insight if you have it. I converted the & in &myword; to an & so it
looks like this:
Solr is a really &myword; search engine!
On Wed, Jun 29, 2011 at 12:40 PM, Walter Closenfleight <
walter.p.clos
We have some text entities in fields to index (and search) like so:
Solr is a really &myword; search engine!
I would like to preserve/protect &myword; and not resolve it in the indexing
or search results.
What sort of methods have people used? I realize the results are returned in
XML format, so
Thanks to both of you, I understand now and am now getting the expected
results.
Cheers!
On Wed, Jun 29, 2011 at 2:21 AM, Ahmet Arslan wrote:
>
> > I believe I am missing something very elementary. The
> > following query
> > returns zero hits:
> >
> > http://localhost:8983/solr/core0/select/?q
Hello everyone,
I believe I am missing something very elementary. The following query
returns zero hits:
http://localhost:8983/solr/core0/select/?q=testabc
However, using solritas, it finds many results:
http://localhost:8983/solr/core0/itas?q=testabc
Do you have any idea what the issue may be
mail.com> wrote:
> Hey Walter,
>
> what's against just putting your db-location in a 'string' field, and use
> it
> like any other value?
> There is no special field-type for something like a
> path/directory/location-information, afaik.
>
> Regards
I'm very unclear on how to associate what I need to a Solr index entry.
Based on what I've read thus far, you can extract data from text files and
store that in a Solr document.
I have hundreds of thousands of documents in a database/svn type system.
When I index a file, it is likely going to be l
11 matches
Mail list logo