That’s correct - the original source of my data which I was crawling had
160 as space. This took a while to find. :) Solr is working fine. Thank
you !
On Tue, 20 Nov 2018 at 1:28, Shawn Heisey wrote:
> On 11/19/2018 3:31 PM, Angel Todorov wrote:
> > the *real* issue is that SOLR
like this "Some Text".
But why does SOLR do this ?
Thanks
On Mon, Nov 19, 2018 at 11:50 PM Angel Todorov wrote:
> The only thing that works is this: {!term f=MyCustomField}Some Text
>
> Thanks
>
>
> On Thu, Nov 15, 2018 at 7:13 PM Erick Erickson
> wrote:
>
>
> > Try comparing strings char by char. White spaces are sometimes
> unprintable characters.Eric.Sent from my Samsung Galaxy smartphone.
> > Original message From: Angel Todorov <
> attodo...@gmail.com> Date: 2018-11-15 04:06 (GMT-05:00) To:
> solr-user@lucen
t;:"MyCustomField:\"Some Text\"",
"parsedquery":"MyCustomField:Some Text",
"parsedquery_toString":"MyCustomField:Some Text",
"explain":{},
"QParser":"LuceneQParser",
Thank you
On Thu, Nov 15, 2
Hi guys,
I have SOLR 6.5 , and a custom defined field which is of type string (not
text or text_general). In some document, there is the value for that field,
for example, "Some Text" . When I query by myFieldName:"Some Text" , I
don't get any matches, but I think I should, because this matches th
Hello,
Wondering whether the Luke handler's response for the lastModified field
refers to a hard commit only, or any that has happened last, including a
soft commit?
Thank you
Angel
ou need one extra...
>
> On Thu, Aug 24, 2017 at 6:59 AM, Angel Todorov
> wrote:
>
> > I also tested, of course, by setting a value of 0, expecting that it
> would
> > work in the way I expect it to , but unfortunately - it doesn't. Nothing
> is
> > committed in tha
I also tested, of course, by setting a value of 0, expecting that it would
work in the way I expect it to , but unfortunately - it doesn't. Nothing is
committed in that case.
Thanks
On Thu, Aug 24, 2017 at 1:54 PM, Angel Todorov wrote:
> Hi all,
>
> I have thi
Hi all,
I have this in my config:
1
My expectation is that SOLR will make changes available in the index after
every document change. But this doesn't work - I need to do _ another _
update in order for the changes to be visible. Basically it's like: if
maxDocs is 1, it beh
Hi guys,
Thank you very much for the help. I think I see what is going on. yes it is
related to the Shingle filter added to the analyzer. It shouldn't be there
if a FreeTextLookup factory is used in the suggester, because it creates
conflict. The StandardTokenizer removes punctuation, including sp
ns.
>
> Have a look at your analysis chain and see why you are getting this.
> Cheers -- Rick
>
> On July 24, 2017 4:27:00 PM EDT, Angel Todorov
> wrote:
> >Hi guys,
> >
> >I am trying to setup the FreeTextSuggester/ Lookup Factory in a
> >suggester
> &
Hi guys,
I am trying to setup the FreeTextSuggester/ Lookup Factory in a suggester
definition in SOLR. Unfortunately while the index is building, I am
encountering the following errors:
*"msg":"tokens must not contain separator byte; got token=[30 20 30 20 32
20 72 20 61 6c 6c 65 6e 20 72] but gr
Hi guys,
I have the Suggester configured using the FreeTextFactory. Noticed that if
I dont use quotation marks, I only get single term results. If i use
quotation marks around my query, then I only get results that are comprised
of multiple terms. There is no configuration that would return both t
Hi Alessandro,
Thanks. I've experimented a bit more and here is what I have discovered -
If my query is enclosed with quotes, then i get multi terms, if it is not
enclosed in quotes, i only get single terms,
Example: will only return single terms:
http://localhost:8080/solr//suggest?suggest=tru
hi Alessandro,
Thanks very much. I've read your article - which is really great by the
way! , and configured my suggester in the following way:
mySuggester
FreeTextLookupFactory
DocumentDictionaryFactory
content_suggest
true
3
text_
Hi guys,
I am trying to configure the Suggester in a way that i get google-style
auto suggestions:
- I don't want the suggestions to be the _whole_ field value
- I don't want the suggestions to be single terms
For example, if I have a field that has the value "The brown fox jumped
over the fence
hi guys,
quick question - is the ramBufferSizeMB the maximum value no matter how
maxIndexingThreads I have, or is it multiplied by the number if indexing
threads? So, if I have ramBufferSizeMB set to 100 MB, and 8 indexing
threads, does this mean the total ram buffer will be 100 MB or 800 MB ?
T
gel
> >
> > We also noticed that kind of performance degrade in our workloads.
> >
> > Which is logical as index growth and time needed to put something to it
> is
> > log(n)
> >
> >
> >
> > четверг, 21 мая 2015 г. пользователь Angel
AM, Shawn Heisey wrote:
> On 5/21/2015 2:07 AM, Angel Todorov wrote:
> > I'm crawling a file system folder and indexing 10 million docs, and I am
> > adding them in batches of 5000, committing every 50 000 docs. The
> problem I
> > am facing is that after each
hi guys,
I'm crawling a file system folder and indexing 10 million docs, and I am
adding them in batches of 5000, committing every 50 000 docs. The problem I
am facing is that after each commit, the documents per sec that are indexed
gets less and less.
If I do not commit at all, I can index thos
Hi guys,
I've enabled language detection in solrconfig.xml:
content,title
en
language_s
en_GB:en en_US:en
en_GB:en en_US:en
Then I have:
langid
When I try to index a
21 matches
Mail list logo