couchbase
    Preparing search index...

    Enumeration EvictionPolicy

    Represents the eviction policy that should be used for a bucket.

    Index

    Enumeration Members

    FullEviction: "fullEviction"

    Indicates that both the document meta-data and value should be evicted.

    NoEviction: "noEviction"

    Indicates that nothing should be evicted.

    NotRecentlyUsed: "nruEviction"

    Indicates that the least recently used documents are evicted.

    ValueOnly: "valueOnly"

    Indicates that only the value of a document should be evicted.