Hi,

Is there any way to know, which all properties are indexed in an solrindex
dump?

Currently I am using freebase index, which after unzipping is of 49GB size.
But I am unable to look up the properties
like "fb:people.person.nationality", "fb:people.person.gender" and others.

I am using fiedQuery:

{
    "selected": [
        "rdf:type",
        "fb:people.person.date_of_birth",
        "fb:people.person.children",
        "fb:common.topic",
        "fb:people.person.nationality",
        "fb:people.person.gender"
        ],
    "offset": "0",
    "limit": "5",
    "constraints": [{
        "type": "text",
        "language": "en",
        "text": "Roger",
        "field": "http:\/\/www.w3.org\/2000\/01\/rdf-schema#label"
     }]
}



Reagrds,
Manish

Reply via email to