You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by VladislavLysov <ss...@gmail.com> on 2011/11/11 09:19:28 UTC

Troubles with Solr admin+Alfresco searching

Hello!!!
I'm use Solr+Alfresco. I was install Alfresco 4.0b and uploaded a few
files(with .txt extension) through the Share. After that a was opened Solr
admin at this URL  http:\\localhost:8888\solr\alfresco\admin
http:\\localhost:8888\solr\alfresco\admin . Then I typed my query(for
example - " @cm\:name:"green banana"") in the query field. I know - this
file in Alfresco Share, i see him) But this query returned 0 documents. I
think this is due to the fact that he was looking at some other location,
not in Alfresco Repository.How can I ensure that my query returns a found
documents downloaded from Alfresco Share?
P.S. If i type in query field this query "*:*", its returned next json:
{
"responseHeader":{
  "status":0,
  "QTime":15,
  "params":{
   "indent":"on",
   "start":"0",
   "q":"*:*",
   "rows":"10",
   "version":"2.2"}},
"response":{"numFound":1658,"start":0,"docs":[
   {
    "INACLTXID":["1"],
    "ACLID":["1"],
    "ID":["ACL-1"]},
   {
    "INACLTXID":["1"],
    "ACLID":["2"],
    "ID":["ACL-2"]},
   {
    "INACLTXID":["1"],
    "ACLTXCOMMITTIME":["1320818862645"],
    "ACLTXID":["1"],
    "ID":["ACLTX-1"]},
   {
    "INACLTXID":["2"],
    "ACLID":["3"],
    "ID":["ACL-3"]},
   {
    "INACLTXID":["2"],
    "ACLID":["4"],
    "ID":["ACL-4"]},
   {
    "INACLTXID":["2"],
    "ACLTXCOMMITTIME":["1320818862942"],
    "ACLTXID":["2"],
    "ID":["ACLTX-2"]},
   {
    "INACLTXID":["3"],
    "READER":["GROUP_EVERYONE"],
    "ACLID":["5"],
    "ID":["ACL-5"]},
   {
    "INACLTXID":["3"],
    "ACLTXCOMMITTIME":["1320818863113"],
    "ACLTXID":["3"],
    "ID":["ACLTX-3"]},
   {
    "INACLTXID":["4"],
    "READER":["GROUP_EVERYONE"],
    "ACLID":["6"],
    "ID":["ACL-6"]},
   {
    "INACLTXID":["4"],
    "ACLTXCOMMITTIME":["1320818863145"],
    "ACLTXID":["4"],
    "ID":["ACLTX-4"]}]
}}
Thank you.


--
View this message in context: http://lucene.472066.n3.nabble.com/Troubles-with-Solr-admin-Alfresco-searching-tp3499088p3499088.html
Sent from the Solr - User mailing list archive at Nabble.com.