Updated Branches: refs/heads/apache-blur-0.2 ea6470880 -> b149951be
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/b149951b Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/b149951b Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/b149951b Branch: refs/heads/apache-blur-0.2 Commit: b149951be84db1ebb8177ae254be8dc492d87d8c Parents: ea64708 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:33 2013 -0400 ---------------------------------------------------------------------- docs/data-model.html | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/b149951b/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.
