cancel
Showing results for 
Search instead for 
Did you mean: 

4.0.b search lucene/solr inconsistant answers

flefoll
Champ in-the-making
Champ in-the-making
Hi,

Using new 4.0.b version,

From the "Alfresco Node Browser" http://localhost:8080/alfresco/faces/jsp/admin/node-browser.jsp
using Lucene serach pattern
PARENT:"workspace://SpacesStore/8f417d2c-d16d-452d-82d4-e9bb9fb3d00d"
I obtain

Search failed due to: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 10230909 Request failed 500 /solr/alfresco/alfresco?q=PARENT%3A%22workspace%3A%2F%2FSpacesStore%2F8f417d2c-d16d-452d-82d4-e9bb9fb3d00d%22&wt=json&fl=*%2Cscore&rows=2147483647&df=TEXT&start=0&locale=en_US&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON

From the "Solr Admin (alfresco)" https://localhost:8443/solr/alfresco/admin/form.jsp
using Lucene search pattern
PARENT:"workspace://SpacesStore/8f417d2c-d16d-452d-82d4-e9bb9fb3d00d"
I obtain a consistant answer.

How to step forward from these ?

Thanks in advance,

Francois.
2 REPLIES 2

flefoll
Champ in-the-making
Champ in-the-making
FYI :
I solve all my inconsistancy issues, turining off solr, switching from solr search subsystem to lucene…
A pity, because I will be interested by solr in a very tight future.
Any real solution will be welcomed.

Regards.

andy
Champ on-the-rise
Champ on-the-rise
Hi

There was an issue with PARENT queries which is now fixed.

Andy