I have a document that is not being found when I run an alias but is being 
found if I run the filters on the index.  Is there anything that could be 
causing this?  

I have two mappings in this index, the records from one of the mappings has 
no problem being found but records from the other mapping are not being 
included.

My alias looks something like this:


   - index_name: 
   {
      - aliases: 
      {
         - alias_name: 
         {
            - filter: 
            {
               - terms: 
               {
                  - term_id: 
                  [
                     - 127,
                     - 102,
                     - 128
                     ]
                  }
               }
            }
         }
      }
   

Thank you,
Stefanie

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/d2ab941f-6fa9-41f3-a1df-e8f26e4e48d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to