FieldTextField
If you have specified an AgentBooleanField and set TextParse to true
, you can use FieldTextField
to specify a field whose content you want to use as the query's FieldText.
Actions: | Query |
Type: | String |
Default: | |
Example: | action=Query&Text=<a TextParse document>&AgentBooleanField=ABFIELD&FieldTextField=FTFIELD&TextParse=true
In this example, the content of the ABFIELD field is used as the Text of the AgentBoolean query, and the FTFIELD field is used as the FieldText of the AgentBoolean query, which means that it is matched against the fields of the document that the original query text was converted to. |
See Also: |