elasticsearch
After indexing file how to extract properties of file such as:-file type,name etc. by elasticsearch
I had indexed the document and I am able to search content of document. But I want to find the type of document is indexed, author of document , name of document, size of document basically properties of file. How it can be achieved with the help of elasticsearch. Thank You.
Use elastic search head to take a look at the index tika generated in ElasticSearch for you http://mobz.github.io/elasticsearch-head/ Then you can search on those fields by using queries like author:Lav (assuming you found a field named author in your index)
Related Links
Using text field for aggregations in Elasticsearch
Elastic search + LogStash cannot connect
How to allow external connection to elastic search on GCE instance
Elasticserach filter on aggregated results (SQL HAVING)
elasticsearch _update_by_query doesn't work
Nested count queries
Exception thrown when starting Elastic search with X-pack
Should I include data nodes in discovery.zen.ping.unicast.hosts?
Kinesis input stream into Logstash
Unknown issue in Nutch elastic indexing
my elastic search query is matching videos it is not supposed to be [duplicate]
logstach kafka input decode __consumer_offsets message
Bulk Search operation takes a lot of time when Field data loading is set to Eager, in Elastic Search v2.4.4
How is the memory allocation done for ElasticSearch types in an index?
How to apply synonyms at query time instead of index time in Elasticsearch
Plot a Tile map with the ELK stack