column with both mixed and composite index
Kumar Gaurav <gkuma...@...>
I have one numeric column which is defined as both mixed and composite index with unique index names. In my query how I can make sure it is not using mixed index when I do exact match. Somehow when I query it gives me elastic warning but I am doing exact match. Any guidance is appreciated- shipmentnumber is created as both mixed and composite g.V().has("Device","shipmentnumber",shipmentnumber).out("IS_PRODUCT").has("model",material).dedup().valueMap(BaxterConstants.PART_NUMBER); FYI, request [POST http://0.0.0.0:9200/janusgraphdev_bycspowneddeviceshipmentnumber/_search?scroll=60s] returned 1 warnings: [299 Elasticsearch-6.6.0-a9861f4 "Trying to create more than 500 scroll contexts will not be allowed in the next major version by default. You can change the [search.max_open_scroll_context] setting to use a greater default value or lower the number of scrolls that you need to run in parallel." "Sun, 27 Oct 2019 19:15:46 GMT"] |
|