Hello,
Is there any API to convert Solr query response to JDBC Rowset?
Thanks and Regards,
Srinivas Kashyap
Hi everybody,
I have a quick question about what the memory requirements for TLOG
machines are on 7.3.1. We currently run replication where there are 3 TLOGs
with 8gb ram (2gb heap) and N PULL replicas with 32gb ram (4gb heap). We
have > 10M documents (1 collection) with the index size being ~ 17g
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 chi
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 & Ente
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 7.5
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
\Downloads\solr
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 migrat
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 PM,
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 a
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
No not using SolrCloud.
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
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"
> w
Erick,
I'm invoking the synonym at query time.
Here is my fieldType definition.
--
Sent from: http://lucene.472066.n3.nabble.com/Sol
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
Hi,
What is the suggested way to get list of collections from a solr Cloud with
a ZKhost?
Thank you
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 thi
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 sear
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 field
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 b
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
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 ty
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
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
org.apache.solr.servlet.HttpSolrCall.extractRe
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
collec
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,
>
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
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 i
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 -
org.apache.solr.commo
28 matches
Mail list logo