mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
- add : cache on es "tags"
- removed : variable globalstructure construction (WITH_FIELDS, WITH_FLAGS...) (was unused) - cleanup (stopwatches etc)
This commit is contained in:
@@ -12,12 +12,6 @@ namespace Alchemy\Phrasea\SearchEngine\Elastic\Structure;
|
||||
|
||||
interface Structure
|
||||
{
|
||||
const STRUCTURE_WITH_FIELDS = 0x10;
|
||||
const STRUCTURE_WITH_FLAGS = 0x20;
|
||||
const FIELD_WITH_THESAURUS = 0x01;
|
||||
const FIELD_WITH_FACETS = 0x02;
|
||||
const WITH_EVERYTHING = 0xFF;
|
||||
|
||||
/**
|
||||
* @return Field[]
|
||||
*/
|
||||
|
Reference in New Issue
Block a user