Hi Kem,
Each field in your schema will have an associated type. It might be
useful to look at some of the examples supplied with Solr to understand
in more depth how this works, or go through the tutorials
https://solr.apache.org/guide/solr/latest/getting-started/solr-tutorial.html
There's a
I'm in the process of upgrading a project that uses SolrJ to run with Spring
Boot 3. I've been able to keep the current version of my jars after migrating
to SpringBoot 3. SolrJ is working in some cases, but I've run into a problem
where it is missing the logging class for Jetty. I get this
Hard to say without seeing your project but jetty seems to be using slf4j as of
some time
https://github.com/jetty/jetty.project/blob/7d264e6024efc80124592124891fb6e25b1554af/jetty-core/jetty-http2/jetty-http2-hpack/src/main/java/org/eclipse/jetty/http2/hpack/HpackEncoder.java#L43
so I'd first c
Dear Solr Team,
One use case we have with solr (we use 9.5) is to facet over months on a
specific fields in our documents. We want to know how many documents there are
each Month.
But as you probably have guessed, the users of our app don't life in Greenwich
(also their time changes two times a
Small correction:
> This will now be 1 day off for all future winter months that are preceded by
> a 30 day month, and 2 days and 1 hours off for all summer months preceded by
> a 31 day month.
Not that it matters all too much.
Von: Viva Dario
Gesendet: Donnerstag, 16. Mai 12024 19:30
An: users
Hello,
Trying this 'send mail to list option' to try and find out why my new Zookeeper
3.8.3 app wouldn't start, I get:
./zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /apps/solr/apache-zookeeper-3.8.3/bin/../conf/zoo.cfg
Starting zookeeper ... FAILED TO START
...and that's al
Hi Team,
I am trying to setup solr(3 nodes) and zk(3 nodes) in GCP environment. All
the setup looks okay but except while indexing the data which is taking a
lot of time.
Below is the machine configuration and I already configured and loaded the
data into the local disk of one of the solr nod
Solr parsing non-ended comments inside comment, does not work as expected.
If there are non-ended comments inside a comment. Then it will treat trailing
words as comments
Examples
samsung /* Motorola iphone */ -- > works. As expected
samsung /* motorola /* iphone */ ) --> works. Not as expect
Dear Solr Team,
I am reaching out to gather information regarding the release date of Solr
version 9.7.0. Our team is particularly interested in the new security
updates and fixes for vulnerabilities that this upcoming version is
expected to include. Understanding the release timing will greatly a
A correction : SOLR version is 4.8.1 actually. Sorry for the miss.
On Tue, May 14, 2024 at 10:55 AM Sarthak Sharma
wrote:
> Hi Team,
>
> Gentle reminder and request to help with this issue as we are kind of
> stuck. Solr admin ui is also not opening up for us to do further debugging
> and throw
Hi Team,
Gentle reminder and request to help with this issue as we are kind of
stuck. Solr admin ui is also not opening up for us to do further debugging
and throws this error:
org.apache.zookeeper.KeeperException$ConnectionLossException:
KeeperErrorCode = ConnectionLoss for /overseer/collection-
Hi Team,
I am trying to setup solr(3 nodes) and zk(3 nodes) in GCP environment. All
the setup looks okay but except while indexing the data which is taking a
lot of time.
Below is the machine configuration and I already configured and loaded the
data into the local disk of one of the solr nod
Hello everyone
I use a 3-node solrCloud with 3 Zookeeper nodes (all on VMWare at one physical
machine) and got stuck while creating new collections. From time to time it
works via API or GUI, but mostly i receive a
BaseHttpSolrClient$RemoteSolrException: Error from server
Here is what I see:
Hi,
We have a production solr cluster setup with 4 shards and 4 replicas on a
legacy stack.
Same machines have been used to host 5 Zookeeper nodes ensemble.
Solr version : 1.1.0.41
ZK version : 3.4.6
Few days back, one of the solr processes was stuck because of which reads
and write were failing
Hello dear colleagues,
In Solr web interface, when you choose a core, you can see a page with
statistics.
In those statistics there is a field "Current" with possible values: "green
checkmark" or "red crossed circle"
Question: what does the status mean actually?
Asking, as sometimes I see "red
Hello,
It seems that the latest version of solr-solrj 8 (8.11.3) library has the
vulnerability CVE-2023-44487. It is detected by de Dependency-check tool an can
be seen here:
https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-18263/version_id-1776247/year-2023/opdos-1/Apache-
Hi Charlie,
I am wondering if your company can help us with our specific issue. I looked
over the training options offered. Should I use the contact form from the
website or can I take this conversation offline with you? You can just email
me directly please. Thanks,
Kem
-Original Mes
You’ll have to wait for a later solr release with a compatible jetty. We have a
plan to make jetty optional for SolrJ but it still is needed.
Jan Høydahl
> 16. mai 2024 kl. 19:07 skrev Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
> :
>
> Hard to say without seeing your project but jetty seems to
Hi
There is no date. We don’t plan releases in advance.
But a 9.6.1 release is soon to leave the station. You should check whether all
your wanted fixes are in branch_9_6, if not feel free to back port the ones you
care about.
Jan Høydahl
> 16. mai 2024 kl. 21:02 skrev Himanshu Soni :
>
> D
The images did not make it to the list. Can you share them elsewhere?
Does it work if you disable authentication plugin? I see a HTTP 403 error in
the log which suggests there is an auth issue. Are you using
forwardCredentials=true?
Which solr version are you on?
Jan Høydahl
> 16. mai 2024 kl
: So the solution would be to use TZ as described in
:
https://solr.apache.org/guide/solr/9_5/indexing-guide/date-formatting-math.html#tz
: But somehow this does not work as advertised. It wrongly returns
: starting points in the perspective of utc aka: 00:00:00Z instead of
: 23:00:00Z) . I
I do have solr schema configuration for field "test" having "text" type and for
it we have used solr.WhitespaceTokenizerFactory
Now data get indexed in solr for this "test" field but when we try to search
it, I am not able to get result using solr query like below
field:((第二期)) / field:((第二期)*)
22 matches
Mail list logo