Were you having any OOM errors beforehand? If so, that could have caused
some GC of objects that other threads still expect to be reachable, leading
to these null monitors.
On Fri, Mar 5, 2021 at 12:55 PM Stephen Lewis Bianamara <
stephen.bianam...@gmail.com> wrote:
> Hi SOLR Community,
>
> I'm i
This looks like a bug that is already fixed but not yet released in 8.9
https://issues.apache.org/jira/plugins/servlet/mobile#issue/SOLR-13034
On Tue, Mar 2, 2021 at 6:27 AM Mohsen Saboorian wrote:
> Any idea about this post?
> https://stackoverflow.com/q/66335803/141438
>
> Regards.
>
Future vulnerability reports should be sent to secur...@apache.org so that
they can be resolved privately.
Thank you
On Fri, Feb 12, 2021 at 10:17 AM Ishan Chattopadhyaya <
ichattopadhy...@gmail.com> wrote:
> Recent versions of Solr use 2048.
>
> https://github.com/apache/lucene-solr/blob/branch
To expand on what Jason suggested, if the issue is the non-deterministic
ordering due to staggered commits per replica, you may have more
consistency with TLOG replicas rather than the NRT replicas. In this case,
the underlying segment files should be identical and lead to more
predictable results.
Hi Dorion,
We are currently working with our infra team to get these restored. In the
meantime, the 8.4 guide is still available at
https://lucene.apache.org/solr/guide/8_4/ and are hopeful that the 8.8
guide will be back up soon. Thank you for your patience.
Mike
On Mon, Feb 1, 2021 at 1:58 PM
Are you running these in docker containers?
Also, I’m assuming this is a typo but just in case the setting is Xmx :)
Can you share the OOM stack trace? It’s not always running out of memory,
sometimes Java throws OOM for file handles or threads.
Mike
On Wed, Jan 27, 2021 at 10:00 PM Luke
Can you provide a sample expression that would be able to reproduce this?
Are you able to try a newer version by chance - I know we've fixed a few
NPEs recently, maybe https://issues.apache.org/jira/browse/SOLR-14700
On Thu, Jan 21, 2021 at 4:13 PM ufuk yılmaz
wrote:
> Solr version 8.4. I’m gett
You should be using docvalues on your id, but note that switching this
would require a reindex.
On Wed, Jan 13, 2021 at 6:04 AM Ajay Sharma
wrote:
> Hi All,
>
> I have used cursors to search and export documents in solr according to
>
> https://lucene.apache.org/solr/guide/6_6/pagination-of-resu
I believe you may be able to use that command (or some combination of
create alias commands) to create an alias from A to A, and then in
the future when you want to change it you can have Alias A to collection B
(assuming this is the point of the alias in the first place).
On Thu, Jan 7, 2021 at 1
I was under the impression that split shard doesn’t work with child
documents, if that is missing from the ref guide we should update it
On Thu, Dec 17, 2020 at 4:30 AM Nussbaum, Ronen
wrote:
> Hi Everyone,
>
> We're using version 8.6.1 with nested documents.
> I used the SPLITSHARD API and afte
you're using an older SolrJ against a newer Solr server (or
vice versa).
Mike
On Fri, Nov 20, 2020 at 2:25 PM Susmit Shukla
wrote:
> Hi,
> got this error using streaming with solrj 8.6.3 . does it use noggit-0.8.
> It was not mentioned in dependencies
> https://github.com/apache
> jar@jarfx ~/download $ tar xvf solr-8.6.3.tgz
>
> gzip: stdin: not in gzip format
> tar: Child returned status 1
> tar: Error is not recoverable: exiting now
>
>
> James A. Rome
> 116 Claymore Lane
> Oak Ridge, TN 37830-7674
> 865 482-5643; Cell: 865 566-7991
>
Can you check the signatures to make sure your downloads were not
corrupted? I just checked and was able to download and uncompress both of
them.
Also, depending on your version of tar, you don't want the - for your
flags... tar xf solr-8.6.3.tgz
Mike
On Tue, Nov 3, 2020 at 4:15 PM James
gh about Beam to tell you
where on the spectrum your use will fall.
I'm not sure if this was helpful or not, but maybe it is a nudge in the
right direction.
Good luck,
Mike
On Tue, Oct 27, 2020 at 11:09 AM Piotr Szuberski <
piotr.szuber...@polidea.com> wrote:
> Hi,
>
> W
t;,
> "pattern": "(.)\\1+",
> "replacement": "$1"
> }
> ]
> }
> }
> ]
> }
>
> This finds a match...
>
> http:/
, and I think
I'd have to set up a bunch of patterns inline for it?
Mike
Right now the only solution is to use a shorter term.
In a fuzzy query you could also try using a lower edit distance e.g. term~1
(default is 2), but I’m not sure what the syntax for a spellcheck would be.
Mike
On Wed, Oct 7, 2020 at 2:59 PM gnandre wrote:
> Hi,
>
> I am getting
. Google "solr synonyms index vs
query"
Mike
-Original Message-
From: Steven White
Sent: September 10, 2020 8:19 AM
To: solr-user@lucene.apache.org
Subject: Why use a different analyzer for "index" and "query"?
[EXTERNAL] This email came from an external sou
Is there a way to do this using
tokenizers and filters?
Thanks
Mike
Mike Dunham-Wilkie | Senior Spatial Data Administration Analyst | PHONE...
778-676-1791
Data Systems & Services - Digital Platforms and Data Division - Ministry of
Citizens' Services
For faster response and/or f
Does it fail similarly on 8.5.0 and .1?
On Thu, Jul 2, 2020 at 6:38 AM Erick Erickson
wrote:
> There have been some issues with Maven, see:
> https://issues.apache.org/jira/browse/LUCENE-9170
>
> However, we do not officially support Maven builds, they’re there as a
> convenience, so there may s
the suggestion of "guide/follower"
Mike
On Wed, Jun 24, 2020 at 6:30 AM Bernd Fehling <
bernd.fehl...@uni-bielefeld.de> wrote:
> I'm following this thread now for a while and I can understand
> the wish to change some naming/wording/speech in one or the other
> pro
can’t tell them that
they’re not confused. Especially when they’re working with others who have
less Solr experience than we do and are less familiar with the intricacies.
Primary/Replica seems acceptable. Coordinator instead of Overseer seems
acceptable.
Would love to see this in 9.0!
Mike
On
Hi Jan,
Can you link to the discussion? I searched the dev list and didn’t see
anything, is it on slack or a jira or somewhere else?
Mike
On Wed, Jun 17, 2020 at 1:51 AM Jan Høydahl wrote:
> Hi Kaya,
>
> Thanks for bringing it up. The topic is already being discussed by
> de
26 May 2020, Apache Solr™ 8.5.2 available
The Lucene PMC is pleased to announce the release of Apache Solr 8.5.2
Solr is the popular, blazing fast, open source NoSQL search platform from
the Apache Lucene project. Its major features include powerful full-text
search, hit highlighting, faceted sea
or PKCS12)
Mike
On Sat, May 23, 2020 at 10:11 PM Zheng Lin Edwin Yeo
wrote:
> Hi,
>
> I'm trying to upgrade from Solr 8.2.1 to Solr 8.5.1, with Solr SSL
> Authentication and Authorization.
>
> However, I get the following error when I enable SSL. The Solr itself can
> s
We could theoretically include this in a 8.5.2 version which should be
released soon. The change looks minimally risky to backport?
On Fri, May 15, 2020 at 3:43 PM Jan Høydahl wrote:
> Check Jenkins:
> https://builds.apache.org/view/L/view/Lucene/job/Solr-Artifacts-8.x/lastSuccessfulBuild/artifa
want to use
their expertise rather than relying on my own.
Mike
On Fri, May 1, 2020 at 10:35 AM Audrey Lorberfeld -
audrey.lorberf...@ibm.com wrote:
> Unless I'm misunderstanding the bug in question, there is no bug. What you
> are observing is simply just how things get ste
Jhonny,
Are you planning on reporting the issue to snowball, or would you prefer
one of us take care of it?
If you do report it, please share the link to the issue or mail archive
back here so that we know when it is resolved and can update our
dependencies.
Thanks,
Mike
On Thu, Apr 30, 2020 at
Is this worth filing a bug/suggestion to the folks over at snowballstem.org?
On Thu, Apr 30, 2020 at 4:08 PM Audrey Lorberfeld -
audrey.lorberf...@ibm.com wrote:
> I agree with Erick. I think that's just how the cookie crumbles when
> stemming. If you have some time on your hands, you can integr
Solr query,
maybe somebody else on the list would know.
But at the end of the day, like Wunder said, you might want a prefix query
based on what you're describing.
Mike
On Mon, Apr 13, 2020 at 6:01 PM Deepu wrote:
> Corrected Typo mistake.
>
> Hi Team,
>
> We have 8 tex
art of the
request but assuming you were already going to a valid URL.
On 3/26/2020 3:59 PM, Altamirano, Emmanuel wrote:
Thank you so much for replying my email Mike.
I did use now the base64 to encode user and password but now Solr
doesn’t undertint the credentials:
{Accept=[application/json], Co
ed in zookeeper)
* Loading solr.xml from a local solr home rather than zookeeper
Much appreciated! Thanks,
Mike
s:
rod’s
rods
rod
s
And querying on field:”*Rod’s*” works just fine. I’m using 8.x, and when I add
“&debug=query” to the URL, I see:
{
"responseHeader": {
"status": 0, "QTime": 10, "params": {
"q": "eoe:\"*Rod's*\"", "d
Is this a bug? Wildcard with PatternReplaceFilterFactory
Attempting to normalize left and right single and double quotes for searches
‘ Left single quotation mark ' Single quote
’ Right single quotation mark ' Single quote
“ Left double quotation mark
Erick,
Can you drop a link to that Jira here after you create it?
Many thanks,
Mike
On Fri, Feb 14, 2020 at 6:05 PM Erick Erickson
wrote:
> I just read that page over and it looks way out of date. I’ll raise
> a JIRA.
>
> > On Feb 14, 2020, at 2:55 PM, Walter Underwood
> w
On 2019/05/08 16:52:52, Shawn Heisey wrote:
> On 5/8/2019 10:50 AM, Mike Drob wrote:
> > Solr Experts,
> >
> > Is there an existing API to modify just part of my configset, for example
> > synonyms or stopwords? I see that there is the schema API, but that is
&
granular options available.
Thanks,
Mike
I don't understand why highlighting does not return anything but the document
id.
I created a core imported all my data, everything seems like it should be
working.
From reading the documentation I expect it to show me highlight information for
assetName around Potter, but I never get anything bu
the
above and then if the issue happens then an automated mechanism in SolrCloud to
restart the instance. Or is this something we have to code ourselves?
Thanks
Mike
-Original Message-
From: Erick Erickson
Sent: 25 September 2018 18:25
To: solr-user
Subject: Re: Auto recovery of a fa
Hi,
Is there a recommend design pattern or best practice for auto recovery of a
failed Solr Node?
I'm I correct to assume there is nothing out of the box for this and we have to
code our own solution?
Thanks
Michael Kimber
This electronic message may contain proprietary and confidential inf
Is there a way to configure the DataImportHandler to use bind variables for
the entity queries? To improve database performance.
Thanks,
Mike
P type?
Hi,
For IPv4, use TrieIntField with precisionStep=8
For IPv6 https://issues.apache.org/jira/browse/SOLR-6741 There's nothing
there yet; you could help out if you are familiar with the codebase. Or you
might try something relatively simple involving edge ngrams.
~ David
On Th
I have scoured the web and cannot find any discussion of having the Lucene
InetAddressPoint type exposed in Solr. Is there a reason this is omitted
from the Solr supported types? Is it on the roadmap? Is there an alternative
recommended way to index and store Ipv4 and Ipv6 addresses for optimal ran
Given that the already public nature of the disclosure, does it make sense
to make the work being done public prior to release as well?
Normally security fixes are kept private while the vulnerabilities are
private, but that's not the case here...
On Mon, Oct 16, 2017 at 1:20 AM, Shalin Shekhar M
When you specify the zk string for a solr instance, you typically include a
chroot in it. I think the default is /solr, but it doesn't have to be, so
you should be able to run with -z zk1:2181/sorl-dev and /solr-prod
https://lucene.apache.org/solr/guide/6_6/setting-up-an-external-zookeeper-ensembl
ds to be able to open it first, so we reasoned that we'd
have no way to demonstrate correctness and at that point restoring from a
backup was the best option.
Maybe somebody smarter or more determined has a better experience.
Mike
On Tue, Aug 8, 2017 at 10:21 AM, Shawn Heisey wrote:
> O
The two collection approach with aliasing is a good approach.
You can also use the backup and restore APIs -
https://lucene.apache.org/solr/guide/6_6/making-and-restoring-backups.html
Mike
On Wed, Jul 12, 2017 at 10:57 AM, Vincenzo D'Amore
wrote:
> Hi,
>
> I'm moving to S
les. So at that point, the index is gone.
I'd love to prevent this from happening a third time. It's super baffling.
Any ideas?
Mike
On Tue, Jun 20, 2017 at 12:38 PM Mike Lissner <
mliss...@michaeljaylissner.com> wrote:
> Thanks for the suggestions everybody.
>
>
e SWAP index functionality, so the
above is just in case somebody wants to try to track this down. I'll
probably take those logs offline after a week or two.
Mike
On Tue, Jun 20, 2017 at 7:20 AM Shawn Heisey wrote:
> On 6/14/2017 12:26 PM, Mike Lissner wrote:
> > We are replacing
+solr-user
Might get a different audience on this list.
-- Forwarded message --
From: Christine Poerschke (BLOOMBERG/ LONDON)
Date: Fri, Jun 16, 2017 at 11:43 AM
Subject: (how) do folks use the Cloud Graph (Radial) in the Solr Admin UI?
To: d...@lucene.apache.org
Any thoughts o
a changes, which my first attempt included, but I guess that'll have
to wait.
Thanks for the replies. If anybody can explain why the first strategy
failed, I'd still be interested in learning.
Mike
On Wed, Jun 14, 2017 at 12:09 PM Chris Ulicny wrote:
> Are you physically swapping th
/new has been almost completely deleted by
Solr (this is a bummer, since it takes days to populate).
Is this expected? Am I terribly crazy to try to swap indexes on disk? As
far as I know, the only difference between the indexes is their name.
We're using Solr version 4.10.4.
Thank you,
Mike
To throw out one possibility, a read only file systems has no (low?)
possibility of corruption. If you have a static index then you shouldn't
need to be doing any recovery. Would still need to run ZK with RW
filesystem, but mybe Solr could work?
On Fri, Jun 2, 2017 at 10:15 AM, Erick Erickson
Isn't this exactly what Apache Nutch was built for?
On Thu, Jun 1, 2017 at 6:56 PM, David Choi wrote:
> In any case after digging further I have found where it checks for
> robots.txt. Thanks!
>
> On Thu, Jun 1, 2017 at 5:34 PM Walter Underwood
> wrote:
>
> > Which was exactly what I suggested.
will help because I don't know
what your current settings are. Or if you are using manual commits.
Mike
On Wed, May 17, 2017, 4:58 AM Srinivas Kashyap
wrote:
> Hi All,
>
> We are using Solr 5.2.1 version and are currently experiencing below
> Warning in Solr Logging Conso
> The searching install will be able to rebuild itself from the data
storage install when that
is required.
Is this a use case for CDCR?
Mike
On Tue, May 9, 2017 at 6:39 AM, Shawn Heisey wrote:
> On 5/9/2017 12:58 AM, Bharath Kumar wrote:
> > Thanks Hrishikesh and Dave. We use SOL
Settings.
https://cwiki.apache.org/confluence/display/solr/Configuring+Logging
Mike
On Sat, Apr 29, 2017, 12:24 PM Zheng Lin Edwin Yeo
wrote:
> Yes, both Solr instances are running in the same hardware.
>
> I believe they are pointing to the same log directories/config too.
>
> How d
Are you running both Solr instances in the same hardware and pointing them
at the same log directories/config?
On Sat, Apr 29, 2017, 2:56 AM Zheng Lin Edwin Yeo
wrote:
> Hi,
>
> I'm using Solr 6.4.2 on SolrCloud, and I'm running 2 replica of Solr.
>
> When I start the replica, I will encounter t
Thanks. I think I'll take a look at that. I decided to just build a big
vagrant-managed desktop VM to let me run Ubuntu on my company machine, so I
expect that this pain point may be largely gone soon.
On Mon, Apr 10, 2017 at 12:31 PM, Vincenzo D'Amore
wrote:
> Hi Mike
>
>
the only thing that seems to be broken is the Java client API,
not the servers, in this environment/configuration.
Thanks,
Mike
On Sat, Apr 8, 2017 at 9:41 PM, Rick Leir wrote:
> Hi Mike
> Did you dockerize Solr yourself? I have some knowledge of Docker, and
> think that this questi
f the nodes, it
does work just fine, but that leaves me not using SolrJ.
Thanks,
Mike
If Solr is down, then adding through SolrJ would fail as well. Kafka's new
API has some great features for this sort of thing. The new client API is
designed to be run in a long-running loop where you poll for new messages
with a certain amount of defined timeout (ex: consumer.poll(1000) for 1s)
So
I've only ever used the HDFS support with Cloudera's build, but my
experience turned me off to use HDFS. I'd much rather use the native file
system over HDFS.
On Tue, Mar 14, 2017 at 10:19 AM, Muhammad Imad Qureshi <
imadgr...@yahoo.com.invalid> wrote:
> We have a 30 node Hadoop cluster and each
Found this project and I'd like to know what would be involved with
exposing its RestrictedField type through Solr for indexing and querying as
a Solr field type.
https://github.com/roshanp/lucure-core
Thanks,
Mike
It's a brittle ZK configuration. A typical ZK quorum is three nodes for
most production systems. One is fine, though, for development provided the
system it's on is not overloaded.
On Mon, Feb 27, 2017 at 6:43 PM, Rick Leir wrote:
> Hi Mike
> We are using a single ZK nod
Just barely skimmed the documentation, but it looks like the tool generates
its own shards and pushes them into the collection by manipulating the
configuration of the cluster.
https://www.cloudera.com/documentation/enterprise/5-8-x/topics/search_mapreduceindexertool.html
If that reading is corre
When you transition to an external zookeeper, you'll need at least 3 ZK
nodes. One is insufficient outside of a development environment. That's a
general requirement for any system that uses ZK.
On Sun, Feb 26, 2017 at 7:14 PM, Satya Marivada
wrote:
> May I ask about the port scanner running? Ca
Correct me if I'm wrong, but heavy use of doc values should actually blow
up the size of your index considerably if they are in fields that get sent
a lot of data.
On Tue, Feb 21, 2017 at 10:50 AM, Pratik Patel wrote:
> Thanks for the reply. I can see that in solr 6, more than 50% of the index
>
Set the fl parameter equal to the fields you want and then query for
id:(SOME_ID OR SOME_ID OR SOME_ID)
On Thu, Feb 9, 2017 at 5:37 AM, Midas A wrote:
> Hi,
>
> i want solr doc partially if unique id exist else we donot want to do any
> thing .
>
> how can i achieve this .
>
> Regards,
> Midas
>
Probably not, but writing your own little Java process to do it would be
trivial with Kafka 0.9.X or 0.10.X. You can also look at the Confluent
Platform as they have tons of connectors for Kafka to directly feed into
other systems.
On Mon, Jan 30, 2017 at 3:05 AM, Mahmoud Almokadem
wrote:
> Hell
I finally got a chance to deep dive into this and have a preliminary
working plugin. I'm starting to look at optimization strategies for how to
speed processing up and am wondering if you can give me some more
information about your "bailout" strategy.
Thanks,
Mike
On Wed, Dec 2
D DEVOPS)
If you are using a role-based system that bundles groups of permissions
into a role, all you need to do is decompose the role into a list of
permissions for the user and put all of the required permissions into that
multivalue field.
Mike
On Wed, Jan 4, 2017 at 2:55 AM, wrote:
> I a
Cloudera defaults their Hadoop installation to use HDFS w/ their bundle of
Solr (4.10.3) if that is any indication.
On Tue, Jan 3, 2017 at 7:40 AM, Hendrik Haddorp
wrote:
> Hi,
>
> is the HDFS support in Solr 6.3 considered production ready?
> Any idea how many setups might be using this?
>
> th
iness logic is such that
> you can calculate them all "fast enough", you're golden.
>
> All that said, if there's any way you can build this into tokens in the
> doc and use a standard fq clause it's usually much easier. That may
> take some creative work
Basically, it's an integration with some business logic to make a final
pass at ensuring that certain business rules are followed in the event a
query returns documents a user is not authorized to see.
Thanks,
Mike
. Any
suggestions on what might be getting us into this situation? Also, is there
a SolrCloud API for forcing those two replicas to sync with the third or do
we have to continue using that manual process?
Thanks,
Mike
re "+".
Correct encoding seems half the battle to be honest.
So that's what I've got for now, but I wouldn't take it as gospel that it's
working correctly. I'm still validating by hand checking the results I would
expect versus the results I actually get. For
orward etc.
Regards,
Alex.
http://www.solr-start.com/ - Resources for Solr users, new and experienced
On 21 November 2016 at 23:57, Mike Allen
wrote:
> Hi Mikhail,
>
> Thanks for your advice, it went a long way towards helping me get the right
> documents in the first place, es
need a whitespace and where I
don't! However, I spent a part of the weekend fiddling around with spaces and
+'s and I believe I've got it working as I'd hoped.
Again, many thanks,
Mike
-Original Message-
From: Mikhail Khludnev [mailto:m...@apache.org]
Sent: 18 Nov
ble? I've been googling about this for a day or so and
can't quite find anything definitive. I'm going to maybe try and dive into
the solr source code, but I'm a c# guy, not java, without a debuggable
environment as unneeded yet, and that could prove pretty painful.
Any help would be appreciated, even if it is just "can't be done", as at
least I could stop chasing my tail.
Mike
l you more about the specific error.
Thanks,
Mike
v 9, 2016 at 2:18 PM, Hrishikesh Gadre
wrote:
> Hi Mike,
>
> I filed SOLR-9744 <https://issues.apache.org/jira/browse/SOLR-9744> to
> track this work. Please comment on this jira if you have any suggestions.
>
> Thanks
> Hrishikesh
>
>
> On Wed, Nov 9, 20
x27;m not averse to using the API to dump a copy of each shard to HDFS.
Something like this:
/solr/collection/replication?command=backup&name=shard_1_1&numberToKeep=7
Is that a viable route to achieve this or do we need to do something else?
Thanks,
Mike
proceed on configuring this because the documentation is a
bit sparse on what some of those values mean in this context. The example
looked geared toward someone using HDFS both to store the index and do
backup/restore.
Thanks,
Mike
maybe introduce a distributed queue such as apache ignite, hazelcast or
even redis. Read from the queue in batches, do your lookup then index the
same batch.
just a thought.
Mike St. John.
On Nov 3, 2016 3:58 PM, "Erick Erickson" wrote:
> I thought we might be talking pa
only written because the result
grouping had such bad performance -- In other words, it doesn't exist to
provide unique features, it exists to be faster than the old way. Maybe we
can get rid of one or the other of these, taking the best parts from each
(syntax from Result Grouping, and performanc
Thanks for the replies. I made the changes so that the external file field
is loaded per:
gher? I guess it's a RAM utilization vs.
speed tradeoff? A low number like 16 seems like it'd have minimal impact on
RAM?
Thanks for all the great replies and for everything you do for Solr. I
truly appreciate your efforts.
Mike
minutes after every
hour, I'd see stalls.
2. Watching the logs, I saw a flood of queries come through after the line:
Loaded external value source external_pagerank
Some queries were coming through before this line, but I think none of
those queries use the external file field (external_pagerank).
Mike
and I want to use soft
commits to power the alerts feature.
Thanks,
Mike
nnection="jdbc:mysql://localhost/users?user=root&password=solr",
sql="SELECT id, name FROM users", sort="id asc",
driver="com.mysql.jdbc.Driver")
)
What's the best way to handle a multivalue field using this API? Is
there a way to tokenize something returned in a database field?
Thanks,
Mike
I should add that this is on Solr 5.1.0.
On Thu, Apr 28, 2016 at 2:42 PM, Mike Wartes wrote:
> I have a three node, one shard SolrCloud cluster.
>
> Last week one of the nodes went out of sync with the other two and I'm
> trying to understand why that happened.
>
> After
I have a three node, one shard SolrCloud cluster.
Last week one of the nodes went out of sync with the other two and I'm
trying to understand why that happened.
After poking through my logs and the solr code here's what I've pieced
together:
1. Leader gets an update request for a batch delete of
e? I sent updates just fine a day or two ago like
that, now it is acting like the update request is a whole new document.
Thanks,
Mike
content types?
>
> -Yonik
>
>
> On Wed, Feb 24, 2016 at 8:48 AM, Mike Thomsen
> wrote:
> > With 4.10, we used to post JSON like this example (part of it is Python)
> to
> > /select:
> >
> > {
> > "q": "LONG_QUERY_HERE",
elect (tried changing it to POST and moving query string to the
body with Firefox dev tools, but that failed).
Is there a way to keep doing something like what we were doing or do we
need to limit ourselves to GETs? I think our queries are all small enough
now for that, but it would helpful to know for planning.
Thanks,
Mike
file or keep it? We have 4
Solr VMs in our devops environment. They have 2 CPUs and 4GB of RAM. There
are about 7 collections shared between then, but all are negligible (like a
few hundred kb each) except for one which is about 22GB.
Thanks,
Mike
:8983
_solr,192.168.56.21:8983_solr,192.168.56.22:8983_solr,192.168.56.23:8983
_solr&collection.configName=default-collection
Thanks,
Mike
also a result
of our stemmer?
Here's the text field we're using:
Thanks,
Mike
Are the clients that are posting updates requesting commits?
On Tue, Jul 7, 2015 at 4:29 PM, Summer Shire wrote:
> HI All,
>
> Can someone help me understand the following behavior.
> I have the following maxTimes on hard and soft commits
>
> yet I see a lot of Opening Searchers in the log
> org
1 - 100 of 1080 matches
Mail list logo