Updated Branches: refs/heads/master 34c16bfba -> 53410d637
Removing an extra line in the docs. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/53410d63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/53410d63 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/53410d63 Branch: refs/heads/master Commit: 53410d637a4f19da4f0dce5e2957cc9e5676cbf4 Parents: 34c16bf Author: Aaron McCurry <[email protected]> Authored: Tue Oct 15 09:29:33 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Oct 15 09:29:53 2013 -0400 ---------------------------------------------------------------------- docs/data-model.html | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/53410d63/docs/data-model.html ---------------------------------------------------------------------- diff --git a/docs/data-model.html b/docs/data-model.html index 8cf3a35..dd0b99d 100644 --- a/docs/data-model.html +++ b/docs/data-model.html @@ -489,7 +489,6 @@ To run a query to find all the rows that contain a location within 10 miles of g </div> <p class="lead">Custom types in Blur allow you to create your own types in Lucene as well as plugging into the query parser so that you can use your custom type.</p> - <p>text here.</p> <h3 id="custom_types_creating">Creating</h3> <p> You will need to extend the "org.apache.blur.analysis.FieldTypeDefinition" class found in the blur-query module. If you need to use a different Analyzer than the StandardAnalyzer used in the "text" type just extend the "org.apache.blur.analysis.type.TextFieldTypeDefinition" and make the appropriate changes.
