Solr node 'Gone' status

2016-01-18 Thread davidphilip cherian
Hi, Solr-admin cloud view page has got another new radio button indicating status of node : 'Gone' status. What does that mean? One of my collection is in that state and it is not serving any request. How to bring that up?

Re: Position increment in WordDelimiterFilter.

2016-01-18 Thread Modassar Ather
Thanks Shawn for your explanation. Everything else about the analysis looks correct to me, and the positions you see are needed for a phrase query to work correctly. Here the "WiFi device" will not be searched as there is a gap in between because Fi is at position 2. The document containing WiFi

RE: Solr Failing to Initialize Embedded Server on XWiki Startup

2016-01-18 Thread Spencer Rich
That's what my next step was. Had a feeling this was something special we did. Thanks for the insight though! Spencer Rich SOFTWARE ENGINEER INTERN MODUS OPERANDI, INC. O • 321.473.1419 M • 772.607.4569 F • 321.473.1499 sr...@modusoperandi.com www.modusoperandi.com CONFIDENTIALITY NOTICE:

Re: Solrcloud hosting

2016-01-18 Thread Erick Erickson
Please follow the instructions here: http://lucene.apache.org/solr/resources.html Note the "problems?" link. NOTE: You must use the _exact_ e-mail you originally subscribed with. Best, Erick On Sun, Jan 17, 2016 at 8:13 PM, Saulabiu Baba Akinlolu wrote: > Unsubscribe > > >Shawn Heisey ---

Re: Solr Failing to Initialize Embedded Server on XWiki Startup

2016-01-18 Thread Erick Erickson
Probably better asked on an xwiki support forum. It looks like this is custom code on their part. Best, Erick On Mon, Jan 18, 2016 at 9:26 AM, Spencer Rich wrote: > Hello, > > > > I'm in need of immediate assistance regarding an issue with Solr and an XWiki > implementation. My project has been

Solrcloud getting warning "missed update"

2016-01-18 Thread Mugeesh Husain
Hello, could anyone explain why i am getting below warning in my solrcloud system. WARN null PeerSync "no frame of reference to tell if we've missed updates" Is there any issue or may create probelm and how to resolve it. Thanks Mugeesh -- View this message in context: http://lucene.472066

Solr Failing to Initialize Embedded Server on XWiki Startup

2016-01-18 Thread Spencer Rich
Hello, I'm in need of immediate assistance regarding an issue with Solr and an XWiki implementation. My project has been upgraded from using XWiki Enterprise 5.2.1 to 5.2.3 through a manual transition of differing source. The oddity begins when I double-click my start_wiki.bat script to

Re: Position increment in WordDelimiterFilter.

2016-01-18 Thread Shawn Heisey
On 1/18/2016 6:21 AM, Modassar Ather wrote: > Can you please send us tokens you get (and positions) when you analyze > *WiFi device* > > Tokens generated and their respective positions. > > WiFi1 > Wi 1 > WiFi1 > Fi 2 > device

Re: Position increment in WordDelimiterFilter.

2016-01-18 Thread Modassar Ather
Can you please send us tokens you get (and positions) when you analyze *WiFi device* Tokens generated and their respective positions. WiFi1 Wi 1 WiFi1 Fi2 device 3 Best, Modassar On Fri, Jan 15, 2016 at 6:25 PM, E

Re: SolR 5.3.1 deletes index files

2016-01-18 Thread Moll, Dr. Andreas
> I still think you should look at ensuring your merge policy is turned off >in solrconfig.xml (if I understand your scenario, you have 1 instance which >is read-only for searching, and another writing to the same index >location), and did your turn infostream on as Erick suggested? Thank you for