DeepDiveCinema

Advanced Lucene Search

Direct access to the DeepDiveCinema archive core

Available Fields

TitleFilm title
DirectorDirector's name
WriterWriter's name
ActorsCast members
YearRelease year
GenreFilm genre
PlotPlot description
MemesMemes keyword
CastCast Member
SummaryFilm summary
RowArchive location

Operators

ANDBoth terms
OREither term
NOTExclude term
" "Exact phrase
*Wildcard
~Fuzzy match
[ TO ]Range query
^Boost Term

Example Queries

"the godfather" AND "al pacino"
Lynch OR Cronenberg
"pulp fiction"^3 OR "reservoir dogs"
Year:[1990 TO 2000]
spielbrg~1

If you're new to Lucene and/or Solr, here are a couple short courses to help you get started:

Query Syntax Tips

• Use field names followed by colon for targeted search (e.g., Director:Kubrick)
• Combine multiple criteria with AND/OR operators
• Use quotes for exact phrases: "Blade Runner"
• Wildcards: Direct* matches Director, Directed, etc.
• Range queries: Year:[1980 TO 1990] for films from the 80s

"Sometimes you need to speak the machine's language, Darling Cinephile. Raw Lucene queries... it's like whispering directly to the projection booth's mechanical heart. No interpretation, no poetry—just pure archival precision."

— Cinema Sage 🎞️