|
Change Parameter Type terms : String... to terms : Collection<String> in method public fuzzyQuery(terms Collection<String>, matchAll boolean) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.SimpleFulltextReader |
From |
To |
|
Change Parameter Type terms : String... to terms : Collection<String> in method public query(terms Collection<String>, matchAll boolean) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.PartitionedFulltextReader |
From |
To |
|
Change Parameter Type terms : String... to terms : Collection<String> in method public query(terms Collection<String>, matchAll boolean) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.SimpleFulltextReader |
From |
To |
|
Change Parameter Type terms : String... to terms : Collection<String> in method public fuzzyQuery(terms Collection<String>, matchAll boolean) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.ReadOnlyFulltext |
From |
To |
|
Change Parameter Type terms : String... to terms : Collection<String> in method public fuzzyQuery(terms Collection<String>, matchAll boolean) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.PartitionedFulltextReader |
From |
To |
|
Change Parameter Type terms : String... to terms : Collection<String> in method public query(terms Collection<String>, matchAll boolean) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.ReadOnlyFulltext |
From |
To |