lucene-dotnet 2.0.0.4.20100803

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/Lucene.Net.dll +0 -0
  2. metadata +76 -0
Binary file
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lucene-dotnet
3
+ version: !ruby/object:Gem::Version
4
+ hash: 40201577
5
+ prerelease: false
6
+ segments:
7
+ - 2
8
+ - 0
9
+ - 0
10
+ - 4
11
+ - 20100803
12
+ version: 2.0.0.4.20100803
13
+ platform: ruby
14
+ authors:
15
+ - George Aroush
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2010-08-03 00:00:00 -06:00
21
+ default_executable:
22
+ dependencies: []
23
+
24
+ description: "\t\tLucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# \n\
25
+ \t\tand .NET platform utilizing Microsoft .NET Framework.\n\n\
26
+ \t\tLucene.Net sticks to the APIs and classes used in the original Java implementation of Lucene. The API names as well as \n\
27
+ \t\tclass names are preserved with the intention of giving Lucene.Net the look and feel of the C# language and the .NET \n\
28
+ \t\tFramework. For example, the method Hits.length() in the Java implementation now reads Hits.Length() in the C# port.\n\n\
29
+ \t\tIn addition to the APIs and classes port to C#, the algorithm of Java Lucene is ported to C# Lucene. This means an index \n\
30
+ \t\tcreated with Java Lucene is back-and-forth compatible with the C# Lucene; both at reading, writing and updating. In fact \n\
31
+ \t\ta Lucene index can be concurrently searched and updated using Java Lucene and C# Lucene processes. \t\t\n"
32
+ email: george@aroush.net
33
+ executables: []
34
+
35
+ extensions: []
36
+
37
+ extra_rdoc_files: []
38
+
39
+ files:
40
+ - lib/Lucene.Net.dll
41
+ has_rdoc: true
42
+ homepage: http://lucene.apache.org/lucene.net/
43
+ licenses: []
44
+
45
+ post_install_message:
46
+ rdoc_options: []
47
+
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ hash: 3
56
+ segments:
57
+ - 0
58
+ version: "0"
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ hash: 3
65
+ segments:
66
+ - 0
67
+ version: "0"
68
+ requirements: []
69
+
70
+ rubyforge_project: lucene-dotnet
71
+ rubygems_version: 1.3.7
72
+ signing_key:
73
+ specification_version: 3
74
+ summary: Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and .NET platform utilizing Microsoft .NET Framework.
75
+ test_files: []
76
+