mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 03:58:13 +08:00
Adding missing file ISearchBits.cs
--HG-- branch : 1.x
This commit is contained in:
8
src/Orchard/Indexing/ISearchBits.cs
Normal file
8
src/Orchard/Indexing/ISearchBits.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Orchard.Indexing {
|
||||
public interface ISearchBits {
|
||||
ISearchBits And(ISearchBits other);
|
||||
ISearchBits Or(ISearchBits other);
|
||||
ISearchBits Xor(ISearchBits other);
|
||||
long Count();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user