summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/javacc
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-06-02 12:01:59 +0000
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:24 +0200
commit52830e64c8fa88bfd17d37fefe9c0d9c3547377a (patch)
tree52715f77e5ccbb49b06d1c8fe885639ba0aab7af /config-model/src/main/javacc
parent1cf8921d21997badc5b335fbf223cf6e71aa1bc7 (diff)
Remove 'attribute: huge' which has no effect.
Diffstat (limited to 'config-model/src/main/javacc')
-rw-r--r--config-model/src/main/javacc/SchemaParser.jj5
1 files changed, 1 insertions, 4 deletions
diff --git a/config-model/src/main/javacc/SchemaParser.jj b/config-model/src/main/javacc/SchemaParser.jj
index 2374098697d..efd5497902e 100644
--- a/config-model/src/main/javacc/SchemaParser.jj
+++ b/config-model/src/main/javacc/SchemaParser.jj
@@ -256,7 +256,6 @@ TOKEN :
| < PAGED: "paged" >
| < FASTRANK: "fast-rank" >
| < FASTSEARCH: "fast-search" >
-| < HUGE: "huge" >
| < TENSOR_TYPE: "tensor" ("<" (~["<",">"])+ ">")? "(" (~["(",")"])* ")" >
| < TENSOR_VALUE_SL: "value" (" ")* ":" (" ")* ("{"<BRACE_SL_LEVEL_1>) ("\n")? >
| < TENSOR_VALUE_ML: "value" (<SEARCHLIB_SKIP>)? "{" (["\n"," "])* ("{"<BRACE_ML_LEVEL_1>) (["\n"," "])* "}" ("\n")? >
@@ -1046,8 +1045,7 @@ void attributeSetting(ParsedAttribute attribute) :
}
{
(
- <HUGE> { attribute.setHuge(true); }
- | <FASTRANK> { attribute.setFastRank(true); }
+ <FASTRANK> { attribute.setFastRank(true); }
| <FASTSEARCH> { attribute.setFastSearch(true); }
| <FASTACCESS> { attribute.setFastAccess(true); }
| <MUTABLE> { attribute.setMutable(true); }
@@ -2584,7 +2582,6 @@ String identifier() : { }
| <FUNCTION>
| <GRAM>
| <HASH>
- | <HUGE>
| <ID>
| <IDENTICAL>
| <IDENTIFIER>