| clear query|facets|time |
Search criteria: instance combination.
Results from 101 to 110 from
483 (0.796s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for instance combination.
|
|
|
Search results for instance :
|
|
|
Re: SOLR error with custom FacetComponent - Solr - [mail # user]
|
|
..., it may not recognize that the FacetCOmponet class instance you subclass is the same as the FacetComponent class it already knows about. where exactly did you put the class/jar contianing your...
|
|
... subclass? did you you specify a directive in your solrconfig.xml for it? if you added/moved/copied *any* jars into "example/lib" that's a good tip off that you made a mistake... https://wiki...
|
|
|
Author: Chris Hostetter,
2011-09-26, 17:44
|
|
|
Re: solr chewing up system swap - Solr - [mail # user]
|
|
...InfoRequestHandler output from a running Solr instance, the "jvm" section will give you info about the heap in the JVM running Solr... http://localhost:8983/solr/admin/system 19.1-b02 Java HotSpot(TM) 64...
|
|
|
Author: Chris Hostetter,
2011-08-09, 20:11
|
|
|
Re: a weird error of embedded server initiaizationl - Solr - [mail # user]
|
|
... but that makes total sense: if you are using CommonsHttpSolrServer then you would be connecting to a remote solr instance (or at least one running in a differnet JVM) via HTTP, so...
|
|
|
Author: Chris Hostetter,
2011-09-21, 01:28
|
|
|
Re: ClassCastException Issue - Solr - [mail # user]
|
|
... This almost certainly inidcates a classloader issue - i suspect you have multiple solr related jars in various places, and the FieldType class instance found when StrField is loaded...
|
|
|
Author: Chris Hostetter,
2010-10-26, 18:57
|
|
|
Re: Where is the lock file? - Solr - [mail # user]
|
|
... the SingleInstanceLockFactory (ie: "single") which means the lock file is never written to disk -- it's an entirely in memory Lock object. If you are getting that stack trace, that suggests...
|
|
... that something is seriously wack with your Solr setup -- is it possible you have multiple isntances of Solr in the same JVM trying to use the same directory? (ie: an instance that wasn't shutdown...
|
[+ show more]
[- hide]
| ... cleanly, and then you started up a new instance using war hot deploy or something like it?) i don't know enough about nutch to know what this means ... if Nutch is starting up multiple Solr... |
| ... servers (in the same JVM) then this might explain the exception above ... using a "simple" lock isn't going to make hte problem go away though: only one Solr instance can be writting... |
|
|
Author: Chris Hostetter,
2010-10-11, 22:53
|
|
|
Re: Questions about LocalParams syntax - Solr - [mail # user]
|
|
... times then you think For instance, even w/o local params, if you wanted a bq that contained a literal '"', you'd need to escape it for the lucene query parser... bq=foo_s:inner\"quote OR foo...
|
|
|
Author: Chris Hostetter,
2011-09-29, 00:32
|
|
|
Re: Passing a Cookie in SolrJ - Solr - [mail # user]
|
|
... Unless i'm remembering wrong, and HttpClient instance will manage cookies for you, so why not just document how your users can use an HttpClient instance to talk to a server...
|
|
... that will set this cookie, and then reuse that HttpClient instance in your CommonsHttpSolrServer instance. If he really needs to hardcode the cookie value into code, wouldn't it be easier to extend...
|
|
|
Author: Chris Hostetter,
2009-08-21, 03:01
|
|
|
Re: Analysis page output vs. actually getting search matches, a discrepency? - Solr - [mail # user]
|
|
... sense of it. (all that said: in some instances this type of problem is simply that someone changed the schema and didn't reindex everything, so the indexed terms don't really match what you...
|
|
|
Author: Chris Hostetter,
2011-07-15, 23:36
|
|
|
Re: Machine utilization while indexing - Solr - [mail # user]
|
|
...UpdateSolrServer instance which creates a single HTTP connection) Have you at all attempted to have parallel threads in your client initiate parallel connections to Solr via multiple instances of Streaming...
|
|
|
Author: Chris Hostetter,
2010-05-20, 19:14
|
|
|
Re: No system property or default value specified for... - Solr - [mail # user]
|
|
... instanceDir) that's the reason you are getting errors about needing to specify system props or default values for all those variables, because if that file was a solrconfig.xml file they must...
|
|
|
Author: Chris Hostetter,
2011-01-24, 20:54
|
|
|
|