Class Docs

    • Method Detail

      • docs

        public static Docs docs()
        Docs docs.
        Returns:
        the docs
      • docs

        public static Docs docs​(Long seed)
        Docs docs.
        Parameters:
        seed - the seed
        Returns:
        the docs
      • generatedDocsIterator

        public Iterator<SolrInputDocument> generatedDocsIterator()
        Generated docs iterator iterator.
        Returns:
        the iterator
      • inputDocument

        public SolrInputDocument inputDocument()
        Input document solr input document.
        Returns:
        the solr input document
      • document

        public SolrDocument document()
        Document solr document.
        Returns:
        the solr document
      • field

        public Docs field​(String name,
                          org.quicktheories.core.Gen<?> generator)
        Field docs.
        Parameters:
        name - the name
        generator - the generator
        Returns:
        the docs
      • field

        public Docs field​(SolrGen<?> generator)
        Field docs.
        Parameters:
        generator - the generator
        Returns:
        the docs
      • clear

        public void clear()
        Clear.