Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Elasticsearch

0 votes
1.0k views
1 answer
    I have three fields: date_start (type: date) date_end (type: date) permanent (type: bool) I would like to ... how to solve this. Thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
733 views
1 answer
    The question is based on the previous post where the Exact Search did not work either based on Match or MatchPhrasePrefix ... using NEST 7.6.0? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am having a hard time using a regex pattern inside Kibana/Elasticsearch version 6.5.4. The field I am ... did not provide me any help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
959 views
1 answer
    How can I dynamically calculate the average of unique values in elasticsearch? { "price" : 10000, "color" : " ... of the unique "color" fields? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
797 views
1 answer
    This is in continuation of my previous question Does huge number of deleted doc count affects ES query performance ... -only before applying it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
717 views
1 answer
    I have documents in ElasticSearch with the following structure : "_source": { "last_updated": "2017-10-25T18: ... suggest the best approach? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
935 views
1 answer
    I have two document types, in a parent-child relationship: "myParent" : { "properties" : { "weight" : { " ... scoring based on a parent field? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
631 views
1 answer
    I'm using elasticsearch with angularjs and oracle on windows 7. it's working more & more finer ( thanks to ... =P00009359' => return data ok See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
859 views
1 answer
    I have being trying to use facet to get the term frequency of a field. My query returns just one hit, so I ... Is facet the wrong way to go? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
898 views
1 answer
    If I navigate to Data directory of elastic search : /nodes/0/indices/gb Here what tree command shows : ├── 0 │?? ... ? How can I see That ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
839 views
1 answer
    I have to find the matching documents which have the string, for example: "sky", within some "key" range. ... way of merging both the queries? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
893 views
1 answer
    When I execute a query over an index like this: { "_source":["bar"] , "size":100, "query": { "match_all": {} ... "bar": "blablablabla" } } ,... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm trying out the new machine learning module in x pack. I'm trying to identify rare response codes in ... mapping [response] Please help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    Using Elasticsearch 5.5,getting the following error while posting this bulk request, unable to figure out what is ... "geoip.metro_code":501 } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
820 views
1 answer
    I work with Elastic 7.x to store documents like this: { "id": "polygon_tests_01.ast-ORTHOMOSAIC", "name": " ... , and make a descent query? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have multiline XML files (~800 lines) in my s3 bucket and i want to index them in Elasticsearch but I can't parse ... => [""] what => next } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Problem: If I search for "iphone" I get 400 product results and the product category aggregation I have returns ... help me with this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I can't find where to get the number of current open shards. I want to make monitoring to avoid cases like ... the current open shards (999). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
774 views
1 answer
    With the new logstash jdbc connector here: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc. ... the logstash jdbc plugin? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
606 views
1 answer
    I have two dedicated machines for ES (2.2.0). The two machines have the same specs. Each runs on ... prevented port 9300/9200 for communication. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
762 views
1 answer
    In the documentation, some types, such as numbers and dates, it specifies that store defaults to no. But ... have it indexed and searchable? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i am trying to get records the has in 'title' more then X characters. NOTE: not all records contains title field ... object how can i solve it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
881 views
1 answer
    For optimization purposes, I am trying to cut down my total field count. However before I am going to do that ... count of a specified index? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
850 views
1 answer
    We can search for ALL words in a specific document.field like this: { "query" : { "match" : { "title": { ... Is this possible? If yes, then how? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
749 views
1 answer
    We will be building a new job board type site that runs in AWS and we are using Elastisearch for all the ... Alerting Tool? Thx, Brent Byers See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
751 views
1 answer
    I'm running a fuzzy search, and need to see which words were matched. For example, if I am searching for ... information I need. Any thoughts? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I've just upgraded to Elastic Search 1.5.0 and so far I can't make inner_hits work with a nested filter, ... 1.5.1, see my comment below See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How would I recreate the following index using Elasticsearch Nest API? Here is the json for the index including the ... one and does this work? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...