9c23cf9bc4e3371c0483a438509c61b2e1d1dafb
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public shouldSearchOnIndex() : void renamed to public shouldSearchOnSingleIndexWithLeadingWildcard() : void in class com.orientechnologies.lucene.functions.OLuceneSearchOnIndexFunctionTest | From | To | |
Rename Method private getMemoryIndex(ctx OCommandContext) : MemoryIndex renamed to private getOrCreateMemoryIndex(ctx OCommandContext) : MemoryIndex in class com.orientechnologies.lucene.functions.OLuceneSearchOnIndexFunction | From | To | |
Move Method | 1 | ||
Move Method private getLuceneFullTextIndex(ctx OCommandContext, indexName String) : OLuceneFullTextIndex from class com.orientechnologies.lucene.functions.OLuceneSearchOnIndexFunction to protected getLuceneFullTextIndex(ctx OCommandContext, indexName String) : OLuceneFullTextIndex from class com.orientechnologies.lucene.functions.OLuceneFunctionsUtils | From | To | |
Inline Method | 1 | ||
Inline Method protected searchForIndex(args OExpression[], ctx OCommandContext) : OLuceneFullTextIndex inlined to public searchFromTarget(target OFromClause, operator OBinaryCompareOperator, rightValue Object, ctx OCommandContext, args OExpression...) : Iterable<OIdentifiable> in class com.orientechnologies.lucene.functions.OLuceneSearchOnIndexFunction | From | To | |
Rename Parameter | 1 | ||
Rename Parameter key : String to query : String in method protected getQueryParser(index OIndexDefinition, query String, analyzer Analyzer) : Query in class com.orientechnologies.lucene.builder.OLuceneQueryBuilder | From | To |