Re: sample_techproducts tutorial (8.1 guide) has wrong collectioname?

2019-06-27 Thread Thomas Egense
t; > Regards, >Alex. > > On Thu, 27 Jun 2019 at 07:42, Thomas Egense > wrote: > > > > Solr 8.1 tutorial: > > https://lucene.apache.org/solr/guide/8_1/solr-tutorial.html > > > > Following the guide to where you have created the collection and che

sample_techproducts tutorial (8.1 guide) has wrong collectioname?

2019-06-27 Thread Thomas Egense
as indeed "techproducts", so it is the collection name that has changed. It is just me doing something wrong? It is hard to believe a such obvious error has not been corrected yet? It seems the 7.1 tutorial has the same error. /Thomas Egense

Re: [ANN] Lucidworks Fusion 1.0.0

2014-09-22 Thread Thomas Egense
Hi Grant. Will there be a Fusion demostration/presentation at Lucene/Solr Revolution DC? (Not listed in the program yet). Thomas Egense On Mon, Sep 22, 2014 at 3:45 PM, Grant Ingersoll wrote: > Hi All, > > We at Lucidworks are pleased to announce the release of Lucidworks Fus

Re: How much free disk space will I need to optimize my index

2014-06-26 Thread Thomas Egense
, it was a 1TB index that temporarily used 2.5TB disc space during the optimize (near the end of the optimization). From, Thomas Egense On Wed, Jun 25, 2014 at 8:21 PM, Markus Jelsma wrote: > > > > > -Original message- > > From:johnmu...@aol.com > > Sent: Wed

Re: Problem faceting

2014-06-12 Thread Thomas Egense
. In this case we get a substantial improvement in both memory use and query time: See: https://plus.google.com/+TokeEskildsen/posts/7oGxWZRKJEs We have tested it for index with 300M documents. From, Thomas Egense On Wed, Jun 11, 2014 at 5:36 PM, marcos palacios wrote: > Hello every

Re: How to set the shardid?

2013-10-29 Thread Thomas Egense
You can specify the shard in core.properties ie: core.properties: name=collection2 shard=shard2 Did this solve it ? From, Thomas Egense On Mon, Feb 25, 2013 at 5:13 PM, Mark Miller wrote: > > On Feb 25, 2013, at 10:00 AM, "Markus.Mirsberger" < > markus.mirsber...@gm

Re: Minor bug with CloudSolrServer and collection-alias.

2013-10-24 Thread Thomas Egense
Thanks to both of you for fixing the bug. Impressive response time for the fix (7 hours). Thomas Egense On Wed, Oct 23, 2013 at 7:16 PM, Mark Miller wrote: > I filed https://issues.apache.org/jira/browse/SOLR-5380 and just > committed a fix. > > - Mark > > On Oct 23, 2013,

Minor bug with CloudSolrServer and collection-alias.

2013-10-23 Thread Thomas Egense
; res = cloudSolrServer.query(query); cloudSolrServer.shutdown(); assertEquals(5, res.getResults().getNumFound()); <-- Assertion failure Should I create a Jira issue for this? From, Thomas Egense

SolrCloud. Scale-test by duplicating same index to the shards and make it behave each index is different (uniqueId).

2013-10-01 Thread Thomas Egense
nyone has a good idea how to make this hack work? From, Thomas Egense