You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2017/05/09 00:06:10 UTC

[2/2] lucene-solr:jira/solr-10290: beef up TODO with some more details for fixing in future

beef up TODO with some more details for fixing in future


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/db902f5c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/db902f5c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/db902f5c

Branch: refs/heads/jira/solr-10290
Commit: db902f5c97c12628cb1ef6534e5bea4fe9bebaa4
Parents: e00e2b8
Author: Chris Hostetter <ho...@apache.org>
Authored: Mon May 8 17:06:04 2017 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Mon May 8 17:06:04 2017 -0700

----------------------------------------------------------------------
 .../src/field-type-definitions-and-properties.adoc            | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/db902f5c/solr/solr-ref-guide/src/field-type-definitions-and-properties.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/field-type-definitions-and-properties.adoc b/solr/solr-ref-guide/src/field-type-definitions-and-properties.adoc
index d49bef9..b2adacb 100644
--- a/solr/solr-ref-guide/src/field-type-definitions-and-properties.adoc
+++ b/solr/solr-ref-guide/src/field-type-definitions-and-properties.adoc
@@ -16,7 +16,12 @@ A field type definition can include four types of information:
 
 Field types are defined in `schema.xml`. Each field type is defined between `fieldType` elements. They can optionally be grouped within a `types` element. Here is an example of a field type definition for a type called `text_general`:
 
-//TODO callout isn't working in the PDF
+// TODO callout isn't working in the PDF...
+//    http://asciidoctor.org/docs/user-manual/#xml-callouts
+// TODO: relevant github issues w/possible font related work arounds...
+//  - https://github.com/asciidoctor/asciidoctor-pdf/issues/409
+//  - https://github.com/asciidoctor/asciidoctor-pdf/issues/377
+//  - https://github.com/asciidoctor/asciidoctor-pdf/issues/133
 [source,xml]
 ----
 <fieldType name="text_general" class="solr.TextField" positionIncrementGap="100"> <!--1-->