Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getDocument (0.06 seconds)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/XIncludeAwareXmlProvider.groovy

                transformer.setOutputProperty(OutputKeys.MEDIA_TYPE, "text/xml")
                transformer.transform(new DOMSource(root), new StreamResult(stream))
            }
        }
    
        Document getDocument() {
            root
        }
    
        private Document parseSourceFile(File sourceFile) {
            documentBuilder().parse(sourceFile)
        }
    
        private DocumentBuilder documentBuilder() {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 2.2K bytes
    - Click Count (0)
  2. benchmarks/src/main/java/org/elasticsearch/benchmark/script/ScriptScoreBenchmark.java

                                    throw new RuntimeException(e);
                                }
                            }
    
                            @Override
                            public void setDocument(int docid) {
                                this.docId = docid;
                            }
                        };
                    }
    
                    @Override
                    public boolean needs_score() {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 20 13:45:50 GMT 2021
    - 8.1K bytes
    - Click Count (0)
Back to Top