I'm considering / working on implementing a search engine for our company's various content types, and am attempting to wrap my head around Lucene (specifically the .net flavor).
For the moment, my primary question is whether or not documents one indexes have to contain the same fields.
For instance:
Document1:
- Title: "I'm a document, baby"
- Body: "Here are some important things"
- Latitude: 26.12224
- Longtitude: -65.23124
- Brand: Toshiba
Document2:
- Title: "Another Document by Me"
- Body: "Lorem ipsum and all that jazz"
- Category: Articles
- Author: Sir Loin
...and so forth