Tulsi wrote
> Can you post the managed schema and solrconfig content here ?
Schema for the 4.6 index (I omitted all non-relevant data):
sis.
>
> https://lucene.apache.org/solr/guide/7_0/major-changes-in-solr-7.html
>
>
> On Sun, 27 Dec, 2020, 8:25 pm nettadalet, <
> nsteinberg@
> > wrote:
>
>> I added "defType=lucene" to both searches to make sure I use the same
>> query
I added "defType=lucene" to both searches to make sure I use the same query
parser, but it didn't change the results.
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
I'm not sure how to check the implementation of the query parser, or how to
change the query parser that I use. I think I'm using the standard query
parser.
I use Solr Admin to run the queries. If I look at the URL, I see
Solr 4.6:
select?q=TITLE_ItemCode_t:KI_7&fl=TITLE_ItemCode_t
Solr 7.5:
selec
Thank you, that was helpful!
For Solr 4.6 I get
"parsedquery": "PhraseQuery(TITLE_ItemCode_t:\"ki 7\")"
For Solr 7.5 I get
"parsedquery":"+(+(TITLE_ItemCode_t:ki7 (+TITLE_ItemCode_t:ki
+TITLE_ItemCode_t:7)))"
So this is the cause of the difference in the search result, but I still
don't know wh
Hello,
I have the the same field type defined in Solr 4.6 and Solr 7.5. When I
search with both versions, I get different results, and I don't know why
I have the following *field type definition in Solr 4.6*:
Hi,
I need to be able to search for "..." (three dots), meaning the query should
be "..." and the search should return results that have "..." in their
names.
Is there a way to do it?
Thanks in advance.
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Sorry to reply just now, but you were right - the problem was that the disk
got full.
Thank you very much!
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
I get the following exception:
Caused by: org.apache.lucene.index.CorruptIndexException: length should be
104004663 bytes, but is 104856631 instead
(resource=MMapIndexInput(path="path_to_index\index\_jlp.cfs"))
What may be the cause of this?
How can the length of the .cfs file change so it become
Shawn Heisey-2 wrote
> I don't know whether that actually is written anywhere. I suspect it's
> not.
>
> I do think that it is proper for empty parentheses to throw a syntax
> error. The text of the exception message is saying that the parser
> encountered the ) character at a point when it di
Shawn Heisey-2 wrote
> I don't know whether that actually is written anywhere. I suspect it's
> not.
>
> I do think that it is proper for empty parentheses to throw a syntax
> error. The text of the exception message is saying that the parser
> encountered the ) character at a point when it di
We are using Solr 4.6
(yes, I know. We plan an update in the near future)
I get the following error:
org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError:
Cannot parse '((TITLE_Name_t:( la verita))) AND ((TITLE_Artist_t:( ))) AND
(TITLE_Type_e : "Audio")': Encountered " ")" ")
12 matches
Mail list logo