elasticsearch
Indexing Attachment file to elastic search
I have typed this command to index a document in Elasticsearch create an index curl -X PUT \"localhost:9200/test_idx_1x\"[详细]
2023-03-29 06:09 分类:问答How can elastic search find words in attachment file of couchdb?
Hi Please give me the indication./ I am using the elasticsearch 0.17.6 and couchdb 1.1.0 I have created two documents on couchdb:[详细]
2023-03-28 20:33 分类:问答Search ElasticSearch via GET using JSON
Anyone know of a way to send a JSON query to an ElasticSearch server via HTTP GET?I know you can POST the JSON content to _search, but POST is not available because this is cross-domain.For example, i[详细]
2023-03-28 07:16 分类:问答How can I make a java servlet outputting a lot of data more efficient?
I have a java servlet that pulls information out of a JSON object.The JSON object consists of search results from indexed data (elastic search). This works well if there are few results, but when ther[详细]
2023-03-23 05:11 分类:问答Elasticsearch UI [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-22 17:04 分类:问答how should I think about search engine indices?
I am using elastic search and do not understand exactly what an index is. For example, if I have 3 models (a backpack, a shoe and a glove), do I put each model in its own index or do I index attribute[详细]
2023-03-21 18:05 分类:问答ElasticSearch search on many types
I\'m using Rails with the Tire gem (for ElasticSearch) and I need to search across multiple models. Something like:[详细]
2023-03-16 23:20 分类:问答How to search for a part of a word with ElasticSearch
I\'ve recently started u开发者_如何学运维sing ElasticSearch and I can\'t seem to make it search for a part of a word.[详细]
2023-03-15 08:11 分类:问答Practical Limits of ElasticSearch + Cassandra
I am planning on using ElasticSearch to index开发者_StackOverflow社区 my Cassandra database. I am wondering if anyone has seen the practical limits of ElasticSearch. Do things get slow in the petabyte[详细]
2023-03-13 00:00 分类:问答Define custom ElasticSearch Analyzer using Java API
Is there a way to create an index and specify a custom analyzer using the Java API? It supports adding mappings at index creation开发者_如何学Python, but I can\'t find a way to do something like this[详细]
2023-03-11 22:59 分类:问答