-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32935 from vespa-engine/bratseth/position-fields
Remove special handling of position
- Loading branch information
Showing
12 changed files
with
173 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
ignoreundefinedfields false | ||
usev8geopositions false | ||
doctype[0].name "document" | ||
doctype[0].idx 10000 | ||
doctype[0].contentstruct 10001 | ||
doctype[0].primitivetype[0].idx 10002 | ||
doctype[0].primitivetype[0].name "bool" | ||
doctype[0].primitivetype[1].idx 10003 | ||
doctype[0].primitivetype[1].name "byte" | ||
doctype[0].primitivetype[2].idx 10004 | ||
doctype[0].primitivetype[2].name "double" | ||
doctype[0].primitivetype[3].idx 10005 | ||
doctype[0].primitivetype[3].name "float" | ||
doctype[0].primitivetype[4].idx 10006 | ||
doctype[0].primitivetype[4].name "float16" | ||
doctype[0].primitivetype[5].idx 10007 | ||
doctype[0].primitivetype[5].name "int" | ||
doctype[0].primitivetype[6].idx 10008 | ||
doctype[0].primitivetype[6].name "long" | ||
doctype[0].primitivetype[7].idx 10010 | ||
doctype[0].primitivetype[7].name "predicate" | ||
doctype[0].primitivetype[8].idx 10011 | ||
doctype[0].primitivetype[8].name "raw" | ||
doctype[0].primitivetype[9].idx 10012 | ||
doctype[0].primitivetype[9].name "string" | ||
doctype[0].primitivetype[10].idx 10014 | ||
doctype[0].primitivetype[10].name "uri" | ||
doctype[0].wsettype[0].idx 10013 | ||
doctype[0].wsettype[0].elementtype 10012 | ||
doctype[0].wsettype[0].createifnonexistent true | ||
doctype[0].wsettype[0].removeifzero true | ||
doctype[0].structtype[0].idx 10001 | ||
doctype[0].structtype[0].name "document.header" | ||
doctype[0].structtype[1].idx 10009 | ||
doctype[0].structtype[1].name "position" | ||
doctype[0].structtype[1].field[0].name "x" | ||
doctype[0].structtype[1].field[0].internalid 914677694 | ||
doctype[0].structtype[1].field[0].type 10007 | ||
doctype[0].structtype[1].field[1].name "y" | ||
doctype[0].structtype[1].field[1].internalid 900009410 | ||
doctype[0].structtype[1].field[1].type 10007 | ||
doctype[1].name "place" | ||
doctype[1].idx 10015 | ||
doctype[1].inherits[0].idx 10000 | ||
doctype[1].contentstruct 10016 | ||
doctype[1].fieldsets{[document]}.fields[0] "location" | ||
doctype[1].structtype[0].idx 10016 | ||
doctype[1].structtype[0].name "place.header" | ||
doctype[1].structtype[0].field[0].name "location" | ||
doctype[1].structtype[0].field[0].internalid 654337387 | ||
doctype[1].structtype[0].field[0].type 10009 | ||
doctype[1].structtype[0].field[1].name "location_zcurve" | ||
doctype[1].structtype[0].field[1].internalid 357924406 | ||
doctype[1].structtype[0].field[1].type 10008 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
maxtermoccurrences 10000 | ||
maxtokenlength 1000 | ||
fieldmatchmaxlength 1000000 | ||
ilscript[0].doctype "place" | ||
ilscript[0].docfield[0] "location" | ||
ilscript[0].content[0] "clear_state | guard { input location | zcurve | attribute location_zcurve; }" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.