7;),
>
> if(exists(query({!v='field1:23456'})), '23456', ''),
>
> if(exists(query({!v='field1:34567'})), '34567', ''),
>
> if(exists(query({!v='field:45678'})), '45678','')
> ),
>
> I am feeling this is very complex, so I am looking for some smart and
> faster ideas.
>
> Thanks,
>
> Jae
>
--
Vincenzo D'Amore
I see there are two solr in the url path, very likely you typed the wrong Solr
host parameter
http://localhost:8983/solr/solr/update/extract?commit=true
Ciao,
Vincenzo
--
mobile: 3498513251
skype: free.dev
> On 5 Nov 2020, at 16:27, Bruce Campbell wrote:
>
> http://localhost:8983/solr/solr/u
Pay attention to this line
SOLR_ULIMIT_CHECKS=falseGC_TUNE=" \
you lost a new line after false.
SOLR_ULIMIT_CHECKS=false
GC_TUNE=" \
Ciao,
Vincenzo
--
mobile: 3498513251
skype: free.dev
> On 24 Aug 2020, at 01:41, Walter Underwood wrote:
>
> Also, what platform is this on and what edito
n.
In this way one can deploy different versions of a plugin/extension for
each core without being worried of collisions.
On Tue, Aug 4, 2020 at 12:12 PM Vincenzo D'Amore wrote:
> Hi all,
>
> I know that Solr allows loading classes by defining the directive
> into the solrconfi
Hi all,
I know that Solr allows loading classes by defining the directive
into the solrconfig.xml.
What it's not clear is if there is a separate (private?) classloader for
each core.
Is this correct?
Best regards,
Vincenzo
--
Vincenzo D'Amore
nnections.com/blog/2020/07/10/i-became-a-solr-committer-in-4662-days-heres-how-you-can-do-it-faster/
>
> Cheers
>
> Charlie
>
> --
> Charlie Hull
> OpenSource Connections, previously Flax
>
> tel/fax: +44 (0)8700 118334
> mobile: +44 (0)7767 825828
> web: www.o19s.com
>
>
--
Vincenzo D'Amore
Thanks for sharing the post, finally I had the time to read it :)
It is really illuminating
On Fri, Jul 3, 2020 at 1:28 PM Toke Eskildsen wrote:
> On Fri, 2020-07-03 at 10:00 +0200, Vincenzo D'Amore wrote:
> > Hi Erick, not sure I got.
> > Does this mean that the orde
s just inherent
> in storing
> any kind of value. You wouldn’t expect multiple text entries in a
> multiValued
> field to be rearranged when returning the stored values either.
>
> Best,
> Erick
>
> > On Jul 2, 2020, at 2:21 PM, Vincenzo D'Amore wrote:
> >
>
order. -- we certainly rely on that in our product.
>
> Order is guaranteed to be maintained for values in a multi-valued field.
> >
>
> https://lucene.472066.n3.nabble.com/order-question-on-solr-multi-value-field-tp4027695p4028057.html
>
> On Thu, 2 Jul 2020 at 18:52, Vincenz
Hi all,
simple question: Solr float/double multivalue fields preserve the order of
inserted values?
Best regards,
Vincenzo
--
Vincenzo D'Amore
Hi all,
I'm struggling with an old class that extends CustomScoreQuery.
I was trying to port to solr 8.5.2 and I'm looking for an example on how to
implement it using FunctionScoreQuery.
Do you know if there are examples that explain how to port the code to the
new implementation?
--
rying to solve this problem using synchronization,
mutex or semaphores will lead to a non performing solution.
Another real problem I have, is that it is not clear what happens
internally.
On Fri, Jun 26, 2020 at 9:19 PM Vincenzo D'Amore wrote:
> Hi Gus, thanks for the thorough explanat
fig.
> > Also you may extract config into a file and load it by
> > SolrResourceLoaderAware.
> >
> > On Thu, Jun 25, 2020 at 2:06 PM Vincenzo D'Amore
> > wrote:
> >
> > > Hi Mikhail, yup, I was trying to avoid putting logic in Solr.
> > > Just to be
might be lookedup from QParser and UpdateFactory.
> Overall, it seems like embedding logic into Solr core, which rarely works
> well.
>
> On Wed, Jun 24, 2020 at 8:00 PM Vincenzo D'Amore
> wrote:
>
> > Hi all,
> >
> > I've started to work on a couple of
stion is really appreciated.
Best regards,
Vincenzo
--
Vincenzo D'Amore
a/plugins/servlet/issue/LUCENE-9136>
>
> https://issues.apache.org/jira/plugins/servlet/mobile#issue
> <https://issues.apache.org/jira/plugins/servlet/issue/LUCENE-9322>
> /LUCENE-9322
> <https://issues.apache.org/jira/plugins/servlet/issue/LUCENE-9322>
>
>
> Best,
> Edward
n two vectors.
But it is not clear how to use this native feature when searching. Am I
missing something? Any help or even suggestion would be appreciated.
Best regards,
Vincenzo
--
Vincenzo D'Amore
My 2 cents, I have few solrcloud productions installations, I would share
some thoughts of what I learned in the latest 4/5 years (fwiw) just as they
come out of my mind.
- to configure a SolrCloud *production* Cluster you have to be a zookeeper
expert even if you only need Solr.
- the Zookeeper e
Hi all,
I noticed that the field [explain style=html] has been removed from my
results when I started to group.
Do you know if there is a way to have back the explain even if I'm grouping?
Best regards,
Vincenzo
--
Vincenzo D'Amore
:
Any thought about this?
On Wed, May 20, 2020 at 11:27 PM Vincenzo D'Amore
wrote:
> Hi Erick,
>
> thanks for the prompt support, I'm sure all the fields are defined (after
> all they are all strings and only 6).
>
> It seems that you cannot use CSV with Classi
> > On May 20, 2020, at 1:46 PM, Vincenzo D'Amore
> wrote:
> >
> > Hi all,
> >
> > I'm trying to import a csv file in solr
> >
> > id,name,surname,gender,eyeColor,hairColor
> > 1,pippo,pluto,male,brown,brown
> >
> > I'm using
"org.apache.solr.common.SolrException",
"root-error-class","org.apache.solr.common.SolrException"],
"msg":"This IndexSchema is not mutable.",
"code":400}}
Do you know why the Solr index should be mutable?
--
Vincenzo D'Amore
e the http method used (instead of GET use
POST)
On Tue, May 19, 2020 at 4:16 PM vishal patel
wrote:
>
> Which query parser is used if my query length is large?
> My query is
> https://drive.google.com/file/d/1P609VQReKM0IBzljvG2PDnyJcfv1P3Dz/view
>
>
> Regards,
> Vishal Patel
>
--
Vincenzo D'Amore
For in-place updates you should read this:
https://lucene.apache.org/solr/guide/8_1/updating-parts-of-documents.html
On Mon, May 11, 2020 at 2:49 PM Vincenzo D'Amore wrote:
> But keep in mind that "With the exception of in-place updates, the whole
> block must be updated or
h problem you are
> >> trying to solve with this many unique fields?
> >>
> >> Jan Høydahl
> >>
> >>> 11. mai 2020 kl. 07:51 skrev Vignan Malyala :
> >>>
> >>> Hi
> >>> Is it good idea to create 10 dynamic fields of time pint in solr?
> >>> I have that many fields to search on actually which come upon based on
> >>> users.
> >>>
> >>> Thanks in advance!
> >>> And I'm using Solr Cloud in real-time.
> >>>
> >>> Regards,
> >>> Sai Vignan M
> >>
>
>
--
Vincenzo D'Amore
ption and the
hardwired phrase span to 0 is quite limiting.
Thanks in advance for your time,
Vincenzo
--
Vincenzo D'Amore
Hi Massimiliano,
it’s not clear how much memory you have configured for your Solr instance.
And I would avoid an nfs mount for the datadir.
Ciao,
Vincenzo
--
mobile: 3498513251
skype: free.dev
> On 26 Feb 2020, at 19:44, Massimiliano Randazzo
> wrote:
>
> Il giorno mer 26 feb 2020 alle o
1 freezes the console). Is there any other way
> to
> > > export the index short of having to install the export handler
> > considering
> > > we're not working on this project anyone?
> > >
> > > Thanks,
> > > Amanda
> > >
> > > --
> > > Dr. Amanda Shuman
> > > Researcher and Lecturer, Institute of Chinese Studies, University of
> > > Freiburg
> > > Coordinator for the MA program in Modern China Studies
> > > Database Administrator, The Maoist Legacy <https://maoistlegacy.de/>
> > > PhD, University of California, Santa Cruz
> > > http://www.amandashuman.net/
> > > http://www.prchistoryresources.org/
> > > Office: +49 (0) 761 203 96748
> >
> >
>
--
Vincenzo D'Amore
Had you already seen Solr deep paging?
https://lucidworks.com/post/coming-soon-to-solr-efficient-cursor-based-iteration-of-large-result-sets/
> On Tue, 14 Jan 2020 at 20:41, Erick Erickson wrote:
> Conceptually asking for cods 900-1000 works something like this. Solr (well,
> Lucene actually)
Hi, the clients are reusing their SolrClient?
Ciao,
Vincenzo
--
mobile: 3498513251
skype: free.dev
> On 5 Dec 2019, at 18:28, Rahul Goswami wrote:
>
> Hello,
>
> We have a Solr 7.2.1 Solr Cloud setup where the client is indexing in 5
> parallel threads with 5000 docs per batch. This is a te
anyone is interested in the feature, please write your opinion the
thread.
Ciao,
Vincenzo
--
mobile: 3498513251
skype: free.dev
On 24 Oct 2019, at 13:59, Vincenzo D'Amore wrote:
Hi all,
just to let you know that we started using spayload function in our quality
environment for testing.
Wit
This is a tricky problem, you’re trying to handle the meani using the words. A
simple solution could be apply a synonym filter that convert “credit card” in
two terms: “creditcard” and “card”. In this way searching credit will not match
any term.
Ciao,
Vincenzo
--
mobile: 3498513251
skype: fre
Hi Dominique,
in my experience, with Solr 4.8.1, this configuration it’s related to the
garbage collection. When a “stop the world” endures more than 15 seconds the
Solr nodes disconnects from Zookeeper, the node replicas go down and sometimes,
I don’t know exactly why, you need to restart the
eting aged out documents nightly.
> >>>
> >>> Java 12 is not recommended. It is one of the "new feature" releases
> >>> that only gets 6 months of support. We would recommend Java 8 or Java
> >>> 11. These are the versions with long term support. Prob
Hi all,
just to let you know that we started using spayload function in our quality
environment for testing.
Within a couple of weeks the feature will be deployed in production.
Best regards,
Vincenzo
On Wed, Oct 23, 2019 at 4:31 PM Vincenzo D'Amore wrote:
> Hi Erick, yes, absolutely
> On Oct 22, 2019, at 6:56 PM, Vincenzo D'Amore
> wrote:
> >
> > Hi all,
> >
> > this evening I had some spare hour to spend in order to put everything
> > together in a repository.
> >
> > https://github.com/freedev/solr-payload-string-function-
Hi,
I see this setting quite strange:
Solr heap info is : -Xms20g -Xmx20g
JVM Heap info. : -Xms528m -Xmx8g
“Usually” Solr runs inside the jvm and you can have only one of these settings
really active. I suggest to double check your memory configuration.
Ciao,
Vincenzo
--
skype: free.dev
>
Hi all,
this evening I had some spare hour to spend in order to put everything
together in a repository.
https://github.com/freedev/solr-payload-string-function-query
On Tue, Oct 22, 2019 at 5:54 PM Vincenzo D'Amore wrote:
> Hi all,
>
> thanks for supporting. And many th
the trick?
> >>
> >> And yeah, payload decoding is currently limited to float and int with
> the
> >> built-in payload() function. We'd need a new way to pull out
> >> textual/bytes payloads - like maybe a DocTransformer?
> >>
> >>
t of concepts (like
> > upcoming discounts, etc) easier by just adding availability dates, etc
> > into that final lower-level record. And, of course, allowed to update
> > individual store/product price by changing one record per time without
> > having to invalidate the cache
gt;
> This isn’t the client, but it might give you some pointers:
>
>
> https://github.com/dbmdz/solr-ocrpayload-plugin/blob/master/src/main/java/de/digitalcollections/solr/plugin/components/ocrhighlighting/OcrHighlighting.java
>
> Best,
> Erick
>
> > On Oct 21, 2019, at
to the score…
>
> Best,
> Erick
>
> > On Oct 20, 2019, at 4:57 PM, Vincenzo D'Amore
> wrote:
> >
> > Sorry, I just realized that I was wrong in how I'm using the payload
> > function.
> > Give that the payload function only handles a numeric (int
, Oct 21, 2019 at 1:51 AM Erick Erickson
wrote:
> You’d need to write one. Payloads are generally intended to hold numerics
> you can then use in a function query to factor into the score…
>
> Best,
> Erick
>
> > On Oct 20, 2019, at 4:57 PM, Vincenzo D'Amore
> wrote
payload decoder found for field: colorCode",
code: 400
}
Am I doing something wrong? How can I read strings payload data?
Thanks in advance for your time,
Vincenzo
--
Vincenzo D'Amore
; error: {
> metadata: [ "error-class", "org.apache.solr.common.SolrException",
> "root-error-class", "org.apache.solr.common.SolrException" ],
> msg: "No payload decoder found for field: colorCode",
> code: 400
> }
>
> Am I doing something wrong? How can I read strings payload data?
>
> Thanks in advance for your time,
> Vincenzo
>
> --
> Vincenzo D'Amore
>
>
--
Vincenzo D'Amore
Hi Shawn, Mikhail,
thanks for the feedback. Really appreciate it.
Best regards,
Vincenzo
On Thu, Sep 19, 2019 at 3:55 PM Shawn Heisey wrote:
> On 9/19/2019 1:23 AM, Vincenzo D'Amore wrote:
> > talking about how to write solr queries I was investigating if there is a
>
k can show two
> times fold or so, but don't think it's significant for practical usage.
>
> On Thu, Sep 19, 2019 at 10:23 AM Vincenzo D'Amore
> wrote:
>
> > Hi all,
> >
> > talking about how to write solr queries I was investigating if there is a
&g
Hi all,
talking about how to write solr queries I was investigating if there is a
difference of performance in these two filter queries: field:[* TO *] or
field:*
In other words:
q=*:*&fq=field:[* TO *]&rows=0
q=*:*&fq=field:*&rows=0
Could someone enlighten me?
--
Vincenzo D'Amore
> and
> Filters in the indexing chain
>
> They are irrelevant. The analysis chain is only executed when
> indexed=true.
>
> Best,
> Erick
>
> > On Sep 5, 2019, at 9:03 AM, Vincenzo D'Amore wrote:
> >
> > What I do not understand is what happ
dexed?
Just the way how are they stored and retrieved?
On Thu, Sep 5, 2019 at 1:54 PM Erick Erickson
wrote:
> Use a text field with stored=true and indexed=false? That'll allow you to
> return it...
>
> On Thu, Sep 5, 2019, 07:04 Vincenzo D'Amore wrote:
>
> > Hi all,
ed type text_ws.
Any suggestions?
Thanks in advance and best regards,
Vincenzo
--
Vincenzo D'Amore
Hi all,
has anyone tried to run Solr with GraalVM?
If yes, do you want share your experience?
Best regards,
Vincenzo
--
Vincenzo D'Amore
The image has been removed.
Ciao,
Vincenzo
--
mobile: 3498513251
skype: free.dev
> On 23 Jul 2019, at 16:14, Rodrigo Oliveira
> wrote:
>
> Hi,
>
> In the last 3 months I am using the Solr. However, yesterday my cluster was
> down.
>
> My environment is:
>
> I have 5 nodes from Solr/zooke
t;name" : "color", "value" : "red" } }
the name field "color" appears twice. Very likely there is a reason for
this, could you please point me in the right direction?
For example, I'm worried about at what happens with SolrJ when I'm sending
a lot of documents, where for each field the fieldName is sent twice.
Thanks,
Vincenzo
--
Vincenzo D'Amore
Hi ZarskiJ
> 1) I have not tried post as we are using SolrJ version 6.4 - There is no
> option to change the method of the request as far as I know from looking at
> the documentation.
https://lucene.apache.org/solr/6_4_2/solr-solrj/org/apache/solr/client/solrj/SolrClient.html#query-org.apache.
eeply nested objects, but this is still under development.
I write here just to not leave a question without response for the future
readers,
Best regards,
Vincenzo
On Wed, Apr 3, 2019 at 11:10 AM Vincenzo D'Amore wrote:
> Hi all,
>
> I've found NestPathField fie
Hi all,
I've found NestPathField fieldType in the solr 8.0.0 configuration.
But looking in the documentation I haven't found anything.
Just curious, someone have time to share something about?
For example explain how to use this?
Best regards,
Vincenzo
--
Vincenzo D'Amore
100? I'm also a little afraid that the scale
function will not have good performance with a big the number of
documents.
As usual thanks for your time and best regards,
Vincenzo
--
Vincenzo D'Amore
Hi,
I think this kind of text manipulation should be done before indexing, if you
have font-size font-family in your text, very likely you’re indexing an html
with css.
If I’m right, you’re just entering in a hell of words that should be removed
from your text.
On the other hand, if you have
nd title_phrase with term frequency only for phrase
queries.
Though, not sure what are the counter-indication of this solution, what do
you think?
On Thu, Nov 29, 2018 at 5:22 PM Vincenzo D'Amore wrote:
> Yep, that makes sense.
> And given that an omitTermFreq paramete
You are trying to use this in the field list, but the documentation
> only talks about this being valid in the query clause itself. Which
> perhaps makes it a bit less useful for your case, but does not look
> like a bug.
>
> Regards,
>Alex.
> On Thu, 29 Nov 2018 at 1
g/solr/guide/7_5/field-type-definitions-and-properties.html#field-default-properties
> >
> > Regards,
> >Alex.
> > On Thu, 29 Nov 2018 at 05:43, Vincenzo D'Amore
> wrote:
> > >
> > > Hi all,
> > >
> > > I have a relevancy problem,
ous to know if you know another way, and as usual thanks i
advance for your time e for your patience.
Best regards,
Vincenzo
--
Vincenzo D'Amore
ired, but I can't be sure without
> checking the code, and it would probably take me more than a couple of
> hours to unravel the code enough to answer the question myself.
> >
> > It is not SolrCloud, so there's no ZK to worry about.
> >
> > Thanks,
> > Shawn
> >
>
>
--
Vincenzo D'Amore
t;
> > It looks like it will speed up export and streaming. Otherwise, I can’t
> find anything the docs pro or con.
> >
> > wunder
> > Walter Underwood
> > wun...@wunderwood.org
> > http://observer.wunderwood.org/ (my blog)
> >
>
--
Vincenzo D'Amore
nit>(ExtendedDismaxQParser.java:115)
at
org.apache.solr.search.ExtendedDismaxQParserPlugin.createParser(ExtendedDismaxQParserPlugin.java:31)
--
Vincenzo D'Amore
> For example, If there is an object as a json:
> {
> “id”:”123”,
> “name”:”objectname”,
> “secret”:”my secret”
> }
> if I search id:123, and only that object returned with a cursorMark, will
> I be able to decode the cursorMark and get that secret?
>
> Thanks,
> Yi
>
--
Vincenzo D'Amore
Hi, I know this is the shortest way but, had you tried to add more core or CPU
to your solr instances? How big is you collection in terms of GB and number of
documents?
Ciao,
Vincenzo
> On 26 Sep 2018, at 08:36, Krizelle Mae Hernandez
> wrote:
>
> Hi.
>
> Our SOLR currently is running appr
ew version (7.3.1), where docValues are
configured everywhere I could the fieldValueCache has all the values 0.
Which if I understood correctly, it is good :)
Best regards,
Vincenzo
On Thu, Sep 20, 2018 at 3:39 PM Yonik Seeley wrote:
> On Wed, Sep 19, 2018 at 9:44 AM Vincenzo D'Amore
> wr
see something here?
Cheers,
Vincenzo
--
Vincenzo D'Amore
aded by "".
I was unable to understand what field was, it seems to be a float.
Anyone has an advice to give me? For long time this server has worked well,
without problems. Recently we have a huge traffic coming from
spiders/crawlers but I don't understand how these requests can consum
any suggestions?
On Wed, Sep 12, 2018 at 10:20 AM Vincenzo D'Amore
wrote:
> Hi all,
>
> I have to update a bunch of documents but in the update requests there are
> only parts of the documents.
>
> Given that the atomic update is not a feasible option, because sometimes
ur opinion?
Thanks in advance for your help,
Vincenzo
--
Vincenzo D'Amore
list of new fields/values that I
have to substitute in the document and yes, this list can be different from
the original document.
On Tue, Sep 11, 2018 at 7:42 PM Shawn Heisey wrote:
> On 9/11/2018 10:23 AM, Vincenzo D'Amore wrote:
> > I suppose to be able to remove attr_1
quot;:["a"],
"attr_3":["x"]
}
So it seem that, for this particular case, I have first to read the
document and then I can update it.
Do you think there are other options?
Can I use the StatelessScriptUpdateProcessorFactory ?
Should I write my own UpdateProcessor ?
Thanks in advance for your time.
Vincenzo
--
Vincenzo D'Amore
ut when I am loading core ,it is giving
> > error 'unsafe loading' .and not getting reload. Please help me in this.
> >
>
>
--
Vincenzo D'Amore
Does this script also saves a memory dump of jvm?
Ciao,
Vincenzo
--
mobile: 3498513251
skype: free.dev
> On 2 Aug 2018, at 17:53, Erick Erickson wrote:
>
> Thomas:
>
> You've obviously done a lot of work to track this, but maybe you can
> do even more ;).
>
> Here's a link to a program that
> and 1.16 to see if these are the source of the memory leak.
>
> In the mean time I would like to know if anybody else experienced the same
> problems?
>
> kind regards,
>
> Thomas
>
--
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
synonyms.txt" ignoreCase="true" expand="true"/>
> ignoreCase="true"
> words="lang/stopwords_en.txt"
> />
>
>
> protected="protwords.txt"/>
>
>
>
>
>
>
>
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>
--
Vincenzo D'Amore
e lists should be
> comparable in a straightforward manner.
>
> Best,
> Erick
>
> On Mon, Jul 16, 2018 at 9:10 AM, Vincenzo D'Amore
> wrote:
> > Hi Alexandre, well... you're right. Sooner or later I had to create a
> > collection with synthetic data where run my
dre Rafalovitch
wrote:
> For the test, can't you just use synthetic data where you know the terms
> from the start?
>
> Otherwise maybe something from streaming expressions will help, but it
> needs SolrCloud.
>
> Regards,
> Alex
>
> On Mon, Jul 16, 2018,
wer
> casing, WordDelimter(Graph)FilterFactory, stemming etc.
>
> Best,
> Erick
>
> On Mon, Jul 16, 2018 at 7:22 AM, Vincenzo D'Amore
> wrote:
> > Hi all,
> >
> > I have a question for you, Solr Gurus :)
> >
> > there is an index where there are tw
Thanks for your time,
Vincenzo
--
Vincenzo D'Amore
10:54 PM Sundar Sivashunmugam
wrote:
> Hi,
> We are interested in setting up SolrCloud in Kubernetes, is there any
> documentation available for similar setup?
>
> Thanks!
> Sundar Sivashunmugam
>
>
--
Vincenzo D'Amore
N of each of the zookeeper instances instead of the IP
> address in the zookeeper config. has anyone done this before and can point
> to some examples.
> Thank you
>
--
Vincenzo D'Amore
Hi Edwin,
I think you should specify the absolute path when setting the environment
variables or remove the leading slash from the path.
Ciao,
Vincenzo
> On 11 Jun 2018, at 04:22, Zheng Lin Edwin Yeo wrote:
>
> I have found that we can't set it this way either, as we will get the below
> er
Thanks :)
On Mon, May 7, 2018 at 4:18 PM, Shawn Heisey wrote:
> On 5/7/2018 3:27 AM, Vincenzo D'Amore wrote:
>
>> So just to understand, why we have this behaviour? Is there anything, a
>> mail thread or a ticket I could read?
>>
>
> https://issue
mail thread or a ticket I could read?
Thanks for your time,
Vincenzo
--
Vincenzo D'Amore
wrote:
> On 4/12/2018 3:11 AM, Vincenzo D'Amore wrote:
>
>> Hi all, anyone could at least point me some good resource that explain how
>> to configure filters in fieldType building?
>>
>> Just understand if exist a document that explain the changes introduced
>&
same chain.
Best regards,
Vincenzo
On Mon, Apr 9, 2018 at 7:24 PM, Vincenzo D'Amore wrote:
> Hi all,
>
> in an Solr 4.8 schema I have a fieldType with few SynonymFilter filters at
> index and few at query time.
>
> Moving this old schema to Solr 7.3.0 I see that if I use
>
regards,
Vincenzo
--
Vincenzo D'Amore
useful) command netstat -ntp
Thanks again and best regards,
Vincenzo
On Wed, Mar 28, 2018 at 6:12 PM, Shawn Heisey wrote:
> On 3/28/2018 9:47 AM, Vincenzo D'Amore wrote:
>
>> I'm struggling to add http remote ip address in solr (jetty) log file.
>>
>> I've trie
p address field.
log4j.appender.file.layout.ConversionPattern=%d{-MM-dd HH:mm:ss.SSS}
%-5p (%t) [%X{collection} %X{shard} %X{replica} %X{core}] %c{1.} %m%n
Many thanks,
Vincenzo
--
Vincenzo D'Amore
t's
>> road map?
>>
>
> That's a slightly different question about road map - but you do have some
> say, Elastic's developers have always been very helpful and open to
> suggestions from outsiders (who are also users of course!).
>
> Cheers
>
> Charlie
>
>>
>> Thanks,
>>
>> Steve
>>
>>
>
> --
> Charlie Hull
> Flax - Open Source Enterprise Search
>
> tel/fax: +44 (0)8700 118334
> mobile: +44 (0)7767 825828
> web: www.flax.co.uk
>
--
Vincenzo D'Amore
; >
> >
> --
> >
> > This is how I connect (I am in local):
> >
> >
> >
> > SolrClient client = new HttpSolrClient.Builder("
> > http://localhost:8983/solr/#/corename";).build();
> >
> > When I remove the "#" It throws a NullPointerException
> >
> > I have been struggling for a week with this indexing...
> >
>
--
Vincenzo D'Amore
.
Which is very useful when I have to return grouped results to the user.
--
Vincenzo D'Amore
error if the field is defined as multiValued. And whatever option is
> chosen (e.g. use the min or max or) will be wrong sometime.
>
> Although admittedly the error is a bit obscure...
>
> Best,
> Erick
>
> On Mon, Feb 26, 2018 at 7:37 AM, Vincenzo D'Amore
> wrote:
>
he reason, multiple values will eat up more memory? Not
> sure, someone else can weigh in.
>
>
>
> Amrit Sarkar
> Search Engineer
> Lucidworks, Inc.
> 415-589-9269
> www.lucidworks.com
> Twitter http://twitter.com/lucidworks
> LinkedIn: https://www.linkedin.com/in/sarkaramrit2
:
categoryLevels
400
I don't understand why this is happening.
Do you know any way to work around this problem?
Thanks in advance,
Vincenzo
--
Vincenzo D'Amore
1 - 100 of 226 matches
Mail list logo