Block Join Faceting issue

2018-07-17 Thread soham gandhi
Hi, I am working on a query that must return parent docs and facet on both the parent and child fields. Here's a sample doc- 1 merc car sagandhi 2 3 parent 2 child S blue 3 Z 25 child I want to search for "merc" or "*" and return facets for type/user from parent docs, and code/color from

Search not behaving as I expect

2018-07-17 Thread Hodder, Rick
I am using SOLR 7.1 ClassicSimilarityFactory I have data in my core with field called CompanyName in an indexed field IDX_CompanyName Here are a few of the 900,000 rows in the core Cityview Citadel CivicVentures Clutch City Sports Clutch City Sports Entertainment Clutch City Sports

Re: File not found error starting Solr 7.4.0 on Windows

2018-07-17 Thread Erick Erickson
I'm pretty sure this was fixed by SOLR-12549. It's a bit confused though because the JIRA system managed to mess up the original JIRA SOLR-12008. We think it's related to switching to Logj2. There are a copule of options: 1> if you could pull down a current 7x version of Solr (the future Solr

File not found error starting Solr 7.4.0 on Windows

2018-07-17 Thread Michael Glasson
Has anyone seen this one? F:\Users\user\Downloads\solr-7.4.0>bin\solr.cmd start ERROR StatusLogger Unable to access file:/F:/Users/user/Downloads/solr-7.4.0/server/file:F:/Users/user/Downloads /solr-7.4.0/server/resources/log4j2.xml java.io.FileNotFoundException: F:\Users\user

Re: Preferred PHP Client Library

2018-07-17 Thread John Blythe
sorry for my typo earlier. we have enjoyed** using solarium. there have been some shortcomings in our more complex queries that we've had to more or less hack around, but generally speaking it's been a breeze. we are about to undergo testing things out with the solrcloud extension as we're

Re: list of collections

2018-07-17 Thread Kudrettin Güleryüz
Thanks. I saw older references to a CloudSolrServer.getCollectionsList() which confused me a little. On Tue, Jul 17, 2018 at 2:28 PM Webster Homer wrote: > use the Solrcloud Collections API > https://lucene.apache.org/solr/guide/7_3/collections-api.html#list > > On Tue, Jul 17, 2018 at 12:12

Re: list of collections

2018-07-17 Thread Webster Homer
use the Solrcloud Collections API https://lucene.apache.org/solr/guide/7_3/collections-api.html#list On Tue, Jul 17, 2018 at 12:12 PM, Kudrettin Güleryüz wrote: > Hi, > > What is the suggested way to get list of collections from a solr Cloud with > a ZKhost? > > Thank you > -- This message

Re: synonyms question

2018-07-17 Thread Vincenzo D'Amore
Have you reloaded the core (or restarted Solr) after the change in the synonyms file? Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 17 Jul 2018, at 20:04, ennio wrote: > > No not using SolrCloud. > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: synonyms question

2018-07-17 Thread ennio
No not using SolrCloud. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: synonyms question

2018-07-17 Thread Vincenzo D'Amore
Ennio, do you know if you have SolrCloud? On Tue, Jul 17, 2018 at 7:19 PM ennio wrote: > Erick, > > I'm invoking the synonym at query time. > > Here is my fieldType definition. > > positionIncrementGap="100"> > > > > ignoreCase="true" >

Re: synonyms question

2018-07-17 Thread ennio
Erick, I'm invoking the synonym at query time. Here is my fieldType definition. -- Sent from:

Facet Sorting

2018-07-17 Thread Satheesh . Akkinepally
Hello all, If I want to plug in my own sorting for facets, what would be the best approach. I know, out of the box, solr supports sort by facet count and sort by alpha. I want to plug in my own sorting (say by relevancy). Is there a way to do that? Where should I start with if I need to write a

list of collections

2018-07-17 Thread Kudrettin Güleryüz
Hi, What is the suggested way to get list of collections from a solr Cloud with a ZKhost? Thank you

Re: synonyms question

2018-07-17 Thread Andrea Gazzarini
Hi Ennio, could you please share: * your configuration (specifically the field type declaration in your schema) * the query (please add debug=true) and the corresponding query response Best, Andrea On 17/07/18 17:35, Ennio Bozzetti wrote: I'm trying to get my synonyms to work, but for

Re: Preferred PHP Client Library

2018-07-17 Thread Christian Spitzlay
Hi, we're using Solarium, too, via Drupal's search_api / search_api_solr modules, and I hear there are plans by the Typo3 project to move to Solarium. So there are at least two major CMS projects that will be relying on it in the future. I don't have any experience with wordpress but a web

7.4.0 Newbie Question about bin/post and parsing/extracting html document parts into solr dynamic field.

2018-07-17 Thread Bell, Bob
Hi, New to solr, so forgive any missing info on my part. 1. I am trying figure out how to get an html document html element parsed into a solr dynamic field. Is it possible ? So let's say I have some specific html tag or xml tags within the html document, that I created a Dynamic

Re: synonyms question

2018-07-17 Thread Erick Erickson
You have to look at the analysis chain for text_en. Is the synonym factory being invoked? If so at indexing time or query time? If indexing time, did you have the synonym defined when you indexed the data originally? If in cloud mode did you push the configs to Zookeeper and reload the collection

Re: Search Analytics Help

2018-07-17 Thread ennio
I have not. I will take a look at it. Thanks for sharing the link. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

synonyms question

2018-07-17 Thread Ennio Bozzetti
I'm trying to get my synonyms to work, but for this one keyword I cannot get it to work. I added the following to my synonyms file. fiber,fibre But when I search for fiber or fibre it does not work. Fiber is the American English spelling and Fibre is the British English spelling. My field

Re: Upgrading to higher version

2018-07-17 Thread Shawn Heisey
On 7/17/2018 4:42 AM, Srinivas Kashyap wrote: We are currently in Solr 5.2.1 and we build our project thru ant and bundle as WAR file. Now, we want to upgrade solr to latest version(7.x) Can you please let me know, what is the stable release? And will I still be able to ship our application

RE: Cannot index to 7.2.1 collection alias

2018-07-17 Thread Markus Jelsma
Hi Shawn, Indexing stack trace: null:java.lang.NullPointerException at org.apache.solr.servlet.HttpSolrCall.getCoreUrl(HttpSolrCall.java:931) at org.apache.solr.servlet.HttpSolrCall.getRemotCoreUrl(HttpSolrCall.java:902) at

Re: Cannot index to 7.2.1 collection alias

2018-07-17 Thread Shawn Heisey
On 7/17/2018 6:28 AM, Markus Jelsma wrote: Just attempted to connect and index a bunch of documents to a collection alias, got a NPE right away. Can't find this error in Jira, did i overlook something? Create new ticket? Indexing to an alias should send the documents only to the first

RE: Cannot index to 7.2.1 collection alias

2018-07-17 Thread Markus Jelsma
Additionaly, reloading a collection alias also doesn't work. Can't find that one in Jira either, new ticket? Thanks, Markus -Original message- > From:Markus Jelsma > Sent: Tuesday 17th July 2018 14:28 > To: solr-user > Subject: Cannot index to 7.2.1 collection alias > > Hello, >

Cannot index to 7.2.1 collection alias

2018-07-17 Thread Markus Jelsma
Hello, Just attempted to connect and index a bunch of documents to a collection alias, got a NPE right away. Can't find this error in Jira, did i overlook something? Create new ticket? Thanks, Markus

Upgrading to higher version

2018-07-17 Thread Srinivas Kashyap
Hello, We are currently in Solr 5.2.1 and we build our project thru ant and bundle as WAR file. Now, we want to upgrade solr to latest version(7.x) Can you please let me know, what is the stable release? And will I still be able to ship our application as war file? Any guide/steps do the same

Solr and ZK timeout issues

2018-07-17 Thread Dominique Bejean
Hi, We are experimenting an issue related to Zk Timeout Stacktrace is : ERROR 19 juin 2018 06:24:07,152 - h.concurrent.ConcurrentService:67 - Erreur dans l'attente de la fin de l'exécution d'un thread ERROR 19 juin 2018 06:24:07,152 - h.concurrent.ConcurrentService:68 -