70bb361cbbf114371aa005effd6519be59b386a9
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getAnalyzer(field String) : Analyzer renamed to public analyzer(field String) : Analyzer in class com.orientechnologies.lucene.manager.OLuceneIndexManagerAbstract | From | To | |
Rename Method public getSearcher() : IndexSearcher renamed to public searcher() : IndexSearcher in class com.orientechnologies.lucene.manager.OLuceneIndexManagerAbstract | From | To | |
Change Variable Type | 3 | ||
Change Variable Type container : Set<OIdentifiable> to container : Collection<OIdentifiable> in method public put(key Object, value Object) : void in class com.orientechnologies.lucene.manager.OLuceneGeoSpatialIndexManager | From | To | |
Change Variable Type container : Set<OIdentifiable> to container : Collection<OIdentifiable> in method public put(key Object, value Object) : void in class com.orientechnologies.lucene.manager.OLuceneFullTextIndexManager | From | To | |
Extract Interface | 1 | ||
Extract Interface com.orientechnologies.lucene.engine.OLuceneIndexEngine from classes [com.orientechnologies.lucene.manager.OLuceneIndexManagerAbstract] | From | To | |
Rename Parameter | 1 | ||
Rename Parameter clusterIndexName : String to indexType : String in method public initIndex(indexName String, indexType String, indexDefinition OIndexDefinition, isAutomatic boolean, metadata ODocument) : void in class com.orientechnologies.lucene.manager.OLuceneIndexManagerAbstract | From | To |